summaryrefslogtreecommitdiff
path: root/gcc/Makefile.in
diff options
context:
space:
mode:
authorlauras <lauras@138bc75d-0d04-0410-961f-82ee72b054a4>2007-09-04 23:22:34 +0000
committerlauras <lauras@138bc75d-0d04-0410-961f-82ee72b054a4>2007-09-04 23:22:34 +0000
commit15fefecd906c4e534366f28c04efe007d5adf5c1 (patch)
treef14bb40e1427d4221e9bb14bfbcfa2861a7d1379 /gcc/Makefile.in
parent4fd7cc4576a65583ee34619d4bc3e7f4a8e78813 (diff)
downloadgcc-15fefecd906c4e534366f28c04efe007d5adf5c1.tar.gz
2007-09-04 Laurynas Biveinis <laurynas.biveinis@gmail.com>
* c-format.c: Include alloc-pool.h. (check_format_info_main): New argument fwt_alloc. Use allocation pool instead of GC. Remove GC deallocation code. (check_format_arg): Create allocation pool, pass it to check_format_info_main and free it afterwards. * Makefile.in (c-format.o): Add alloc-pool.h dependency. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128105 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/Makefile.in')
-rw-r--r--gcc/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 1979b72e6d0..1846b8e6baf 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -1810,7 +1810,8 @@ attribs.o : attribs.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(TREE_H) \
$(TARGET_H) langhooks.h $(CPPLIB_H)
c-format.o : c-format.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(TREE_H) langhooks.h \
- $(C_COMMON_H) $(FLAGS_H) toplev.h intl.h $(DIAGNOSTIC_H) c-format.h
+ $(C_COMMON_H) $(FLAGS_H) toplev.h intl.h $(DIAGNOSTIC_H) alloc-pool.h \
+ c-format.h
c-semantics.o : c-semantics.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
$(TREE_H) $(FLAGS_H) toplev.h output.h $(RTL_H) $(GGC_H) \