OSDN Git Service

2000-10-16 Kazu Hirata <kazu@hxi.com>
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 16 Oct 2000 19:20:38 +0000 (19:20 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 16 Oct 2000 19:20:38 +0000 (19:20 +0000)
* config/h8300/h8300.c: Include ggc.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36890 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/h8300/h8300.c

index 205785a..3310db9 100644 (file)
@@ -31,7 +31,7 @@
 
 2000-10-16  Kazu Hirata  <kazu@hxi.com>
 
-       * config/h8300/h8300.c: Remove obstack.
+       * config/h8300/h8300.c: Remove obstack.  Include ggc.h.
 
 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
 
index 7abe9a7..11cc350 100644 (file)
@@ -40,6 +40,7 @@ Boston, MA 02111-1307, USA.  */
 #include "toplev.h"
 #include "c-pragma.h"
 #include "tm_p.h"
+#include "ggc.h"
 
 /* Forward declarations.  */
 static int h8300_interrupt_function_p PARAMS ((tree));