diff options
| author | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-09 20:44:26 +0000 |
|---|---|---|
| committer | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-09 20:44:26 +0000 |
| commit | d98f844ab3db6e8b21476be64ff6eb177f67edf6 (patch) | |
| tree | 70df2c8296bed1fccd3a5107eb0d17ae3de00caf | |
| parent | 0602564743c89e52f31a4dc5518e14a80c372d57 (diff) | |
| download | ppe42-gcc-d98f844ab3db6e8b21476be64ff6eb177f67edf6.tar.gz ppe42-gcc-d98f844ab3db6e8b21476be64ff6eb177f67edf6.zip | |
* config/cris/cris.c: Include ggc.h
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54413 138bc75d-0d04-0410-961f-82ee72b054a4
| -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 4888b7988e0..229b8d39004 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 0fa6660dc97..69cd338bbf1 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. */ |

