aboutsummaryrefslogtreecommitdiff
path: root/gcc/Makefile.in
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2004-12-13 02:27:46 -0800
committerRichard Henderson <rth@gcc.gnu.org>2004-12-13 02:27:46 -0800
commit9a9286af3ce28d8231fb27e5f345d9f89f4332d7 (patch)
tree6fb4c6cae8b04ae0fce348340e79e59f328881fa /gcc/Makefile.in
parenteb536e6bffacdfc4026218e4ae48c95a6219f1f7 (diff)
downloadgcc-9a9286af3ce28d8231fb27e5f345d9f89f4332d7.zip
gcc-9a9286af3ce28d8231fb27e5f345d9f89f4332d7.tar.gz
gcc-9a9286af3ce28d8231fb27e5f345d9f89f4332d7.tar.bz2
Makefile.in (insn-preds.o): Depend on REGS_H.
* Makefile.in (insn-preds.o): Depend on REGS_H. * genpreds.c (write_insn_preds_c): Include regs.h. * config/i386/predicates.md (index_register_operand): Use REG_OK_FOR_INDEX_STRICT_P and REG_OK_FOR_INDEX_NONSTRICT_P. * config/i386/i386.h (REG_CLASS_FROM_LETTER): Add 'l'. * config/i386/i386.md (lea_general_1, lea_general_1_zext, lea_general_2, lea_general_2_zext, lea_general_3, lea_general_3_zext, adddi_1_rex64, addsi_1, addsi_1_zext, addhi_1_lea, addqi_1_lea, ashldi3_1_rex64, ashlsi3_1, ashlsi3_1_zext, ashlhi3_1_lea, ashlqi3_1_lea): Use 'l' for index register operand. (ashldi3_1_rex64 splitter): Use index_register_operand. (ashlsi3_1 splitter): Be more careful with modes. From-SVN: r92080
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 1549006..b0f779c 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -2397,7 +2397,8 @@ s-preds: $(md_file) build/genpreds$(build_exeext)
insn-preds.o : insn-preds.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
$(RTL_H) $(TREE_H) insn-config.h $(RECOG_H) real.h output.h $(FLAGS_H) \
- function.h hard-reg-set.h $(RESOURCE_H) $(TM_P_H) toplev.h reload.h
+ function.h hard-reg-set.h $(RESOURCE_H) $(TM_P_H) toplev.h reload.h \
+ $(REGS_H)
GTFILES = $(srcdir)/input.h $(srcdir)/coretypes.h \
$(CPP_ID_DATA_H) $(host_xm_file_list) \