diff options
author | Jeffrey A Law <law@cygnus.com> | 1999-01-17 21:04:54 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-01-17 14:04:54 -0700 |
commit | c65ef754ee439ef57822646d22bdaf37d7916e51 (patch) | |
tree | 1d187cff26b06f858dbcaf7ebe2cbf216c1d6528 /gcc | |
parent | 82770562a51c4bde27fd803a97bbd47aa54afa02 (diff) | |
download | gcc-c65ef754ee439ef57822646d22bdaf37d7916e51.zip gcc-c65ef754ee439ef57822646d22bdaf37d7916e51.tar.gz gcc-c65ef754ee439ef57822646d22bdaf37d7916e51.tar.bz2 |
* Makefile.in (cppulp.o): Add dependencies.
From-SVN: r24724
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 2 | ||||
-rw-r--r-- | gcc/Makefile.in | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ff061e2..fb6b206 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,7 @@ Sun Jan 17 19:23:20 1999 Jeffrey A Law (law@cygnus.com) + * Makefile.in (cppulp.o): Add dependencies. + * i386.md (integer conditional moves): Add missing earlyclobbers. * regmove.c (optimize_reg_copy_1): Undo Aug 18 change. Update diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 4db32f0..4cb2d83 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -1923,6 +1923,8 @@ cpplib.o: cpplib.c $(CONFIG_H) cpplib.h machmode.h cpphash.h config.status \ cpperror.o: cpperror.c $(CONFIG_H) cpplib.h machmode.h system.h +cppulp.o: cppulp.c $(CONFIG_H) system.h output.h + cppexp.o: cppexp.c $(CONFIG_H) cpplib.h machmode.h system.h cppfiles.o: cppfiles.c $(CONFIG_H) cpplib.h machmode.h system.h |