diff options
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/cris/cris.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4888b79..229b8d3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-06-09 Hans-Peter Nilsson <hp@axis.com> + + * config/cris/cris.c: Include ggc.h + 2002-06-09 Neil Booth <neil@daikokuya.demon.co.uk> * cpphash.h (_cpp_push_text_context): Update. diff --git a/gcc/config/cris/cris.c b/gcc/config/cris/cris.c index 0fa6660d..69cd338 100644 --- a/gcc/config/cris/cris.c +++ b/gcc/config/cris/cris.c @@ -40,6 +40,7 @@ Boston, MA 02111-1307, USA. */ #include "output.h" #include "target.h" #include "target-def.h" +#include "ggc.h" /* Usable when we have an amount to add or subtract, and want the optimal size of the insn. */ |