From 56adfa4a5dcafd96badee9df4f7ab1ff8274b799 Mon Sep 17 00:00:00 2001 From: Manfred Hollstein Date: Fri, 11 Dec 1998 08:27:02 +0000 Subject: [PATCH] cpplib.h (HOST_WIDE_INT): Get definition from "machmode.h" and don't try to define it here. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit � * 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 --- gcc/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d9fa444a48f..522d6c1b491 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,17 @@ +1998-12-11 Manfred Hollstein + + * 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 * reload1.c (reload_combine): Use BASIC_BLOCK_LIVE_AT_START -- 2.30.2