-
- Downloads
compiler, internal/abi: implement FuncPCABI0, FuncPCABIInternal
The Go 1.18 standard library uses an internal/abi package with two functions that are implemented in the compiler. This patch implements them in the gofrontend, to support the upcoming update to 1.18. Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/383514
Showing
- gcc/go/gofrontend/MERGE 1 addition, 1 deletiongcc/go/gofrontend/MERGE
- gcc/go/gofrontend/expressions.cc 44 additions, 0 deletionsgcc/go/gofrontend/expressions.cc
- libgo/go/internal/abi/abi.go 35 additions, 0 deletionslibgo/go/internal/abi/abi.go
- libgo/go/runtime/proc.go 6 additions, 5 deletionslibgo/go/runtime/proc.go
- libgo/libgo-packages.txt 1 addition, 0 deletionslibgo/libgo-packages.txt
Loading
Please register or sign in to comment