]> gcc.gnu.org Git - gcc.git/commit
Makefile.in (HOST_CFLAGS): Take out -DGENERATOR_FILE.
authorZack Weinberg <zack@gcc.gnu.org>
Thu, 9 Aug 2001 17:11:00 +0000 (17:11 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Thu, 9 Aug 2001 17:11:00 +0000 (17:11 +0000)
commit1b0c37d730cd2bda3fa69befcb77e1ae11705219
treec707f6fbe6eee894928f18532faad363c22b3b19
parenta734f2a306418b3d017f8f42ff11296b5c857652
Makefile.in (HOST_CFLAGS): Take out -DGENERATOR_FILE.

 * Makefile.in (HOST_CFLAGS): Take out -DGENERATOR_FILE.
 (CONFIG_H, TCONFIG_H, TM_P_H): Update.
 (GEN, STAGESTUFF): Add new files.
 (insn-constants.h, s-constants, tm-preds.h, s-preds,
 genconstants, genpreds, genconstants.o, genpreds.o): New rules.
 (hashtab.o, safe-ctype.o): Add -DGENERATOR_FILE.
 * mkconfig.sh: Include tm-preds.h in tm_p.h; insn-constants.h
 as well as insn-codes.h and insn-flags.h in config.h; and no
 extra headers in tconfig.h and hconfig.h.

 * gencodes.c: Eliminate code to generate predicate declarations
 or #defines for md-file constants.
 * genconstants.c, genpreds.c: New files.

 * i386.md: Re-order guard expressions such that TARGET_64BIT
 comes first, when this permits better optimization.  Add
 TARGET_64BIT to more x86-64 patterns.  Add comment explaining
 why this is desirable.

From-SVN: r44743
gcc/ChangeLog
gcc/Makefile.in
gcc/config/i386/i386.md
gcc/gencodes.c
gcc/genconstants.c [new file with mode: 0644]
gcc/genpreds.c [new file with mode: 0644]
gcc/mkconfig.sh
This page took 0.060955 seconds and 5 git commands to generate.