diff options
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/h8300/h8300.c | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4ef4b1e..c7b8338 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-01-01 Kazu Hirata <kazu@cs.umass.edu> + + * config/h8300/h8300.c: Include cpplib.h. + 2003-01-01 Steven Bosscher <s.bosscher@student.tudelft.nl> * objc/Make-lang.in, objc/config-lang.in, objc/lang-options.h, diff --git a/gcc/config/h8300/h8300.c b/gcc/config/h8300/h8300.c index f2d1688..1c8fbf8 100644 --- a/gcc/config/h8300/h8300.c +++ b/gcc/config/h8300/h8300.c @@ -1,6 +1,6 @@ /* Subroutines for insn-output.c for Hitachi H8/300. Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, - 2001, 2002 Free Software Foundation, Inc. + 2001, 2002, 2003 Free Software Foundation, Inc. Contributed by Steve Chamberlain (sac@cygnus.com), Jim Wilson (wilson@cygnus.com), and Doug Evans (dje@cygnus.com). @@ -40,6 +40,7 @@ Boston, MA 02111-1307, USA. */ #include "function.h" #include "toplev.h" #include "c-pragma.h" +#include "cpplib.h" #include "tm_p.h" #include "ggc.h" #include "target.h" |