]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
c-decl.c, [...]: Include intl.h.
authorZack Weinberg <zack@wolery.cumb.org>
Thu, 29 Jun 2000 17:31:03 +0000 (17:31 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Thu, 29 Jun 2000 17:31:03 +0000 (17:31 +0000)
* c-decl.c, timevar.c, tlink.c: Include intl.h.
* Makefile.in: Update deps.

From-SVN: r34785

gcc/ChangeLog
gcc/Makefile.in
gcc/c-decl.c
gcc/timevar.c
gcc/tlink.c

index 8b5487ef95fcc14fe755c72241bac0bbc2981ba7..8be2212cad717ecdaf26da1fbf35d214d8b53eca 100644 (file)
@@ -1,3 +1,8 @@
+2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
+
+       * c-decl.c, timevar.c, tlink.c: Include intl.h.
+       * Makefile.in: Update deps.
+
 2000-06-29  Andrew Haley  <aph@cygnus.com>
 
        * toplev.c (main): On an IA-64, make flag_unwind_tables defauit
index 56a3078c398fe1e1ae252cc7a718b505726950f8..44d1868df741a442c3188f53a220dbe91bf2cf50 100644 (file)
@@ -1090,7 +1090,7 @@ $(srcdir)/c-gperf.h: c-parse.gperf
 
 c-decl.o : c-decl.c $(CONFIG_H) system.h $(TREE_H) $(RTL_H) c-tree.h \
     c-common.h $(GGC_H) c-lex.h flags.h function.h output.h $(EXPR_H) \
-    toplev.h defaults.h
+    toplev.h defaults.h intl.h
 c-typeck.o : c-typeck.c $(CONFIG_H) system.h $(TREE_H) c-tree.h c-common.h \
     flags.h intl.h output.h $(EXPR_H) $(RTL_H) toplev.h
 c-lang.o : c-lang.c $(CONFIG_H) system.h $(TREE_H) c-tree.h c-common.h \
@@ -1123,7 +1123,7 @@ collect2.o : collect2.c $(CONFIG_H) system.h gstab.h intl.h \
        -DTARGET_MACHINE=\"$(target_alias)\" $(MAYBE_USE_COLLECT2) \
        -c `echo $(srcdir)/collect2.c | sed 's,^\./,,'`
 
-tlink.o: tlink.c $(DEMANGLE_H) hash.h $(CONFIG_H) system.h collect2.h
+tlink.o: tlink.c $(DEMANGLE_H) hash.h $(CONFIG_H) system.h collect2.h intl.h
 hash.o: hash.c hash.h system.h toplev.h
 
 vfprintf.o: $(srcdir)/../libiberty/vfprintf.c $(CONFIG_H) system.h
@@ -1387,7 +1387,7 @@ lists.o: lists.c $(CONFIG_H) system.h toplev.h $(RTL_H) $(GGC_H)
 bb-reorder.o : bb-reorder.c $(CONFIG_H) system.h $(RTL_H) $(TREE_H) flags.h \
    insn-config.h $(BASIC_BLOCK_H) $(REGS_H) hard-reg-set.h output.h toplev.h \
    $(RECOG_H) insn-flags.h function.h except.h $(EXPR_H)
-timevar.o : timevar.c $(CONFIG_H) system.h $(TIMEVAR_H) flags.h
+timevar.o : timevar.c $(CONFIG_H) system.h $(TIMEVAR_H) flags.h intl.h
 regrename.o : regrename.c $(CONFIG_H) system.h $(RTL_H) $(TREE_H) flags.h \
    insn-config.h $(BASIC_BLOCK_H) $(REGS_H) hard-reg-set.h output.h \
    $(RECOG_H) function.h resource.h
index fea89c72b8b1977ddccd2276e39772196c57e617..21f71f8607f23a1eee13dbb4883f2876e24570cc 100644 (file)
@@ -29,6 +29,7 @@ Boston, MA 02111-1307, USA.  */
 
 #include "config.h"
 #include "system.h"
+#include "intl.h"
 #include "tree.h"
 #include "rtl.h"
 #include "flags.h"
index 44526cb4cbae1e9231580d49b86b663cd327c308..089fae0a5b2ebb781f71723539dee08fe8ff22dd 100644 (file)
@@ -21,6 +21,7 @@
 
 #include "config.h"
 #include "system.h"
+#include "intl.h"
 
 #ifdef HAVE_SYS_TIMES_H
 # include <sys/times.h>
index cafa0c6978ce96c6eb2bbb5dc2c888a5307d9aba..bfa637e906b926352e168f945551e4219bee16e0 100644 (file)
@@ -23,6 +23,7 @@ Boston, MA 02111-1307, USA.  */
 
 #include "config.h"
 #include "system.h"
+#include "intl.h"
 #include "hash.h"
 #include "demangle.h"
 #include "collect2.h"