diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2002-06-09 20:44:26 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@gcc.gnu.org> | 2002-06-09 20:44:26 +0000 |
commit | ae9dbf1f2e3669c55527a5dfcfb77dbdaf7fa96b (patch) | |
tree | 70df2c8296bed1fccd3a5107eb0d17ae3de00caf /gcc | |
parent | 1ce676a061d91b434a62d90d7a2f5d8fdf07e8af (diff) | |
download | gcc-ae9dbf1f2e3669c55527a5dfcfb77dbdaf7fa96b.zip gcc-ae9dbf1f2e3669c55527a5dfcfb77dbdaf7fa96b.tar.gz gcc-ae9dbf1f2e3669c55527a5dfcfb77dbdaf7fa96b.tar.bz2 |
* config/cris/cris.c: Include ggc.h
From-SVN: r54413
Diffstat (limited to 'gcc')
-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. */ |