]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Remove incorrect ChangeLog entry, correct spacing.
authorIan Lance Taylor <ian@gcc.gnu.org>
Tue, 11 Oct 2011 21:29:04 +0000 (21:29 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Tue, 11 Oct 2011 21:29:04 +0000 (21:29 +0000)
From-SVN: r179826

gcc/go/ChangeLog
gcc/go/gofrontend/gogo-tree.cc

index db0fdb31b9b3a4e9b2dff4c3a1ae32a76607dc43..3802fa8e46336da4ad62a1f474d4e9fced973cdb 100644 (file)
@@ -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-.
index 6cfc0124604e03c9bfe7dfdd097f604508761e25..349ee255382df48e73e0c2f1dd2d0223a6943c03 100644 (file)
@@ -69,7 +69,7 @@ define_builtin(built_in_function bcode, const char* name, const char* libname,
                                   libname, NULL_TREE);
   if (const_p)
     TREE_READONLY(decl) = 1;
-  set_builtin_decl (bcode, decl, true);
+  set_builtin_decl(bcode, decl, true);
   builtin_functions[name] = decl;
   if (libname != NULL)
     {