diff options
author | Manfred Hollstein <manfred@gcc.gnu.org> | 1998-12-11 08:27:02 +0000 |
---|---|---|
committer | Manfred Hollstein <manfred@gcc.gnu.org> | 1998-12-11 08:27:02 +0000 |
commit | 56adfa4a5dcafd96badee9df4f7ab1ff8274b799 (patch) | |
tree | 6ecf062425f33a0aefc2c3816f9be2239471dbf4 | |
parent | b063450945a40f5120cd5d836cc7e3487d7cda0e (diff) | |
download | gcc-56adfa4a5dcafd96badee9df4f7ab1ff8274b799.zip gcc-56adfa4a5dcafd96badee9df4f7ab1ff8274b799.tar.gz gcc-56adfa4a5dcafd96badee9df4f7ab1ff8274b799.tar.bz2 |
cpplib.h (HOST_WIDE_INT): Get definition from "machmode.h" and don't try to define it here.
�
* cpplib.h (HOST_WIDE_INT): Get definition from "machmode.h"
and don't try to define it here.
* Makefile.in (cppmain.o): Depend on machmode.h.
(cpplib.o): Likewise.
(cpperror.o): Likewise.
(cppexp.o): Likewise.
(cppfiles.o): Likewise.
(cpphash.o): Likewise.
(cppalloc.o): Likewise.
(fix-header.o): Likewise.
(scan-decls.o): Likewise.
From-SVN: r24259
-rw-r--r-- | gcc/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d9fa444..522d6c1b4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,17 @@ +1998-12-11 Manfred Hollstein <manfred@s-direktnet.de> + + * cpplib.h (HOST_WIDE_INT): Get definition from "machmode.h" + and don't try to define it here. + * Makefile.in (cppmain.o): Depend on machmode.h. + (cpplib.o): Likewise. + (cpperror.o): Likewise. + (cppexp.o): Likewise. + (cppfiles.o): Likewise. + (cpphash.o): Likewise. + (cppalloc.o): Likewise. + (fix-header.o): Likewise. + (scan-decls.o): Likewise. + Fri Dec 11 12:56:07 1998 J"orn Rennecke <amylaar@cygnus.co.uk> * reload1.c (reload_combine): Use BASIC_BLOCK_LIVE_AT_START |