diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2011-10-11 21:29:04 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2011-10-11 21:29:04 +0000 |
commit | 60ca0fe6974aec0d7f9ec1defd30f214e768b3a3 (patch) | |
tree | 7eb16b07bf9c763ce180c5b6f002543768d119e2 /gcc/go/ChangeLog | |
parent | 2c3784e1904d273da5afa5e724f7374c904b52f0 (diff) | |
download | gcc-60ca0fe6974aec0d7f9ec1defd30f214e768b3a3.zip gcc-60ca0fe6974aec0d7f9ec1defd30f214e768b3a3.tar.gz gcc-60ca0fe6974aec0d7f9ec1defd30f214e768b3a3.tar.bz2 |
Remove incorrect ChangeLog entry, correct spacing.
From-SVN: r179826
Diffstat (limited to 'gcc/go/ChangeLog')
-rw-r--r-- | gcc/go/ChangeLog | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc/go/ChangeLog b/gcc/go/ChangeLog index db0fdb3..3802fa8 100644 --- a/gcc/go/ChangeLog +++ b/gcc/go/ChangeLog @@ -1,13 +1,3 @@ -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-. |