]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Makefile.in (GTFILES): Add $(srcdir)/expr.h.
authorKazu Hirata <kazu@codesourcery.com>
Wed, 24 Dec 2008 17:00:52 +0000 (17:00 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Wed, 24 Dec 2008 17:00:52 +0000 (17:00 +0000)
* Makefile.in (GTFILES): Add $(srcdir)/expr.h.
* expr.h: Fix the declaration of block_clear_fn.

From-SVN: r142914

gcc/ChangeLog
gcc/Makefile.in
gcc/expr.h

index 1c45c7b1b004332980e70ce125bbd0ee8c8cfe16..8d412b380a2c3d290df648fd1e68f9ff73533539 100644 (file)
@@ -1,3 +1,8 @@
+2008-12-24  Kazu Hirata  <kazu@codesourcery.com>
+
+       * Makefile.in (GTFILES): Add $(srcdir)/expr.h.
+       * expr.h: Fix the declaration of block_clear_fn.
+
 2008-12-23  Andrew Pinski  <pinski@gmail.com>
 
        PR middle-end/38590
index 644694b6adbf1607df98afc20b4050e7428f6be6..02579224fc272b7c37ae931539a31349c6318e0d 100644 (file)
@@ -3304,6 +3304,7 @@ GTFILES = $(CPP_ID_DATA_H) $(srcdir)/input.h $(srcdir)/coretypes.h \
   $(srcdir)/tree-vect-generic.c \
   $(srcdir)/dojump.c \
   $(srcdir)/emit-rtl.c $(srcdir)/except.c $(srcdir)/explow.c $(srcdir)/expr.c \
+  $(srcdir)/expr.h \
   $(srcdir)/function.c $(srcdir)/except.h \
   $(srcdir)/gcse.c $(srcdir)/integrate.c $(srcdir)/lists.c $(srcdir)/optabs.c \
   $(srcdir)/profile.c $(srcdir)/regclass.c $(srcdir)/mcf.c \
index f3f208a141dc7b16ce8ee0db0aee515cdb9e217e..e0817f61a7c9545e91b2252411f67826d24767d9 100644 (file)
@@ -404,7 +404,7 @@ enum block_op_methods
   BLOCK_OP_TAILCALL
 };
 
-extern tree GTY(()) block_clear_fn;
+extern GTY(()) tree block_clear_fn;
 extern void init_block_move_fn (const char *);
 extern void init_block_clear_fn (const char *);