-
- Downloads
compiler: Use backend interface for function declarations.
* go-gcc.cc (Backend::error_function): New function. (Backend::function): New function. (Backend::make_function): New function. (function_to_tree): New function. From-SVN: r203403
Showing
- gcc/go/ChangeLog 7 additions, 0 deletionsgcc/go/ChangeLog
- gcc/go/go-gcc.cc 71 additions, 0 deletionsgcc/go/go-gcc.cc
- gcc/go/gofrontend/backend.h 28 additions, 1 deletiongcc/go/gofrontend/backend.h
- gcc/go/gofrontend/expressions.cc 4 additions, 14 deletionsgcc/go/gofrontend/expressions.cc
- gcc/go/gofrontend/gogo-tree.cc 108 additions, 233 deletionsgcc/go/gofrontend/gogo-tree.cc
- gcc/go/gofrontend/gogo.cc 69 additions, 0 deletionsgcc/go/gofrontend/gogo.cc
- gcc/go/gofrontend/gogo.h 8 additions, 11 deletionsgcc/go/gofrontend/gogo.h
- gcc/go/gofrontend/types.cc 63 additions, 49 deletionsgcc/go/gofrontend/types.cc
- gcc/go/gofrontend/types.h 10 additions, 1 deletiongcc/go/gofrontend/types.h
Loading
Please register or sign in to comment