aboutsummaryrefslogtreecommitdiff
path: root/gcc/Makefile.in
diff options
context:
space:
mode:
authorVladimir Makarov <vmakarov@redhat.com>2009-01-14 03:35:35 +0000
committerVladimir Makarov <vmakarov@gcc.gnu.org>2009-01-14 03:35:35 +0000
commitcf0c2a602b4a703140279e456b3a8148e2513ea7 (patch)
treee860f6b335f1534025cc69de344ff6c2a804bea8 /gcc/Makefile.in
parent41d3c949435acca1fbaa05a98de8e56629ccec54 (diff)
downloadgcc-cf0c2a602b4a703140279e456b3a8148e2513ea7.zip
gcc-cf0c2a602b4a703140279e456b3a8148e2513ea7.tar.gz
gcc-cf0c2a602b4a703140279e456b3a8148e2513ea7.tar.bz2
re PR target/38811 (internal compiler error: in compensate_edge, at reg-stack.c:2754)
2009-01-13 Vladimir Makarov <vmakarov@redhat.com> PR target/38811 * Makefile.in (ira-lives.o): Add except.h. * ira-lives.c: Include except.h. (process_bb_node_lives): Process can_throw_internal. From-SVN: r143362
Diffstat (limited to 'gcc/Makefile.in')
-rw-r--r--gcc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 83c5036..378a64f 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -2936,7 +2936,7 @@ ira-emit.o: ira-emit.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
$(EXPR_H) $(BASIC_BLOCK_H) $(TOPLEV_H) $(TM_P_H) $(PARAMS_H) \
$(IRA_INT_H)
ira-lives.o: ira-lives.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
- $(TARGET_H) $(RTL_H) $(REGS_H) hard-reg-set.h $(FLAGS_H) \
+ $(TARGET_H) $(RTL_H) $(REGS_H) except.h hard-reg-set.h $(FLAGS_H) \
insn-config.h $(RECOG_H) $(BASIC_BLOCK_H) $(TOPLEV_H) $(TM_P_H) $(PARAMS_H) \
$(DF_H) sparseset.h $(IRA_INT_H)
ira.o: ira.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \