]> gcc.gnu.org Git - gcc.git/commitdiff
sh.c: Include ggc.h.
authorAndrew Pinski <pinskia@physics.uc.edu>
Sat, 17 Jan 2004 01:19:20 +0000 (01:19 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Sat, 17 Jan 2004 01:19:20 +0000 (17:19 -0800)
2004-01-16  Andrew Pinski  <pinskia@physics.uc.edu>

        * config/sh/sh.c: Include ggc.h.

From-SVN: r76018

gcc/ChangeLog
gcc/config/sh/sh.c

index b952881f562ce78c5c1b1fbad2a804334f509239..72abddbbb1a6b5ab128410b754729dfc84e05d17 100644 (file)
@@ -1,3 +1,7 @@
+2004-01-16  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       * config/sh/sh.c: Include ggc.h.
+
 2004-01-16  Geoffrey Keating  <geoffk@apple.com>
 
        * Makefile.in (MD5_H): New.
index 757f5aa1ee829f82cc2fb463ccaa64e5572d69e4..f605aff5fb414be3d1e589974ff4cb1e5efae748 100644 (file)
@@ -49,6 +49,7 @@ Boston, MA 02111-1307, USA.  */
 #include "ra.h"
 #include "cfglayout.h"
 #include "intl.h"
+#include "ggc.h"
 
 int code_for_indirect_jump_scratch = CODE_FOR_indirect_jump_scratch;
 
This page took 0.16426 seconds and 5 git commands to generate.