diff options
Diffstat (limited to 'gcc/go/ChangeLog')
-rw-r--r-- | gcc/go/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/go/ChangeLog b/gcc/go/ChangeLog index 3802fa8e463..db0fdb31b9b 100644 --- a/gcc/go/ChangeLog +++ b/gcc/go/ChangeLog @@ -1,3 +1,13 @@ +2011-10-11 Michael Meissner <meissner@linux.vnet.ibm.com> + + * gofrontend/gogo-tree.cc (define_builtin): Delete old interface + with two parallel arrays to hold standard builtin declarations, + and replace it with a function based interface that can support + creating builtins on the fly in the future. Change all uses, and + poison the old names. Make sure 0 is not a legitimate builtin + index. + (Gogo::make_trampoline(tree): Ditto. + 2011-08-24 Roberto Lublinerman <rluble@gmail.com> * lang.opt: Add fgo-optimize-. |