-
- Downloads
Change builtin make to runtime call at lowering time.
Use kindNoPointers as 6g does. * Make-lang.in (go/expressions.o): Depend on $(GO_RUNTIME_H). From-SVN: r175008
Showing
- gcc/go/ChangeLog 4 additions, 0 deletionsgcc/go/ChangeLog
- gcc/go/Make-lang.in 1 addition, 1 deletiongcc/go/Make-lang.in
- gcc/go/gofrontend/expressions.cc 220 additions, 132 deletionsgcc/go/gofrontend/expressions.cc
- gcc/go/gofrontend/expressions.h 8 additions, 7 deletionsgcc/go/gofrontend/expressions.h
- gcc/go/gofrontend/runtime.cc 11 additions, 0 deletionsgcc/go/gofrontend/runtime.cc
- gcc/go/gofrontend/runtime.def 8 additions, 2 deletionsgcc/go/gofrontend/runtime.def
- gcc/go/gofrontend/types.cc 2 additions, 393 deletionsgcc/go/gofrontend/types.cc
- gcc/go/gofrontend/types.h 2 additions, 63 deletionsgcc/go/gofrontend/types.h
- libgo/Makefile.am 1 addition, 0 deletionslibgo/Makefile.am
- libgo/Makefile.in 40 additions, 31 deletionslibgo/Makefile.in
- libgo/runtime/go-new-channel.c 11 additions, 2 deletionslibgo/runtime/go-new-channel.c
- libgo/runtime/go-new-map.c 3 additions, 1 deletionlibgo/runtime/go-new-map.c
- libgo/runtime/go-reflect-call.c 1 addition, 1 deletionlibgo/runtime/go-reflect-call.c
- libgo/runtime/go-reflect-chan.c 0 additions, 3 deletionslibgo/runtime/go-reflect-chan.c
- libgo/runtime/go-reflect.c 1 addition, 1 deletionlibgo/runtime/go-reflect.c
- libgo/runtime/go-type.h 5 additions, 1 deletionlibgo/runtime/go-type.h
Loading
Please register or sign in to comment