* gengenrtl.c (gencode): Delete unnecessary rtl_obstack declaration.
authorGeoffrey Keating <geoffk@apple.com>
Wed, 18 Dec 2002 22:37:49 +0000 (22:37 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Wed, 18 Dec 2002 22:37:49 +0000 (22:37 +0000)
From-SVN: r60264

gcc/ChangeLog
gcc/gengenrtl.c

index 3f35ff5294963973ee74c26fbbfe2f68b7e9b8e0..03a16a1506d103b1173ce988ead41aae8bc919b8 100644 (file)
@@ -1,3 +1,7 @@
+2002-11-18  Geoffrey Keating  <geoffk@apple.com>
+
+       * gengenrtl.c (gencode): Delete unnecessary rtl_obstack declaration.
+
 2002-12-18  Doug Evans  <dje@sebabeach.org>
 
        * m32r/m32r.c (addr24_operand): Fix arg to CONSTANT_POOL_ADDRESS_P
index b6ecfc5e7e325a45836090745534346121fd5392..e4ac109ee3a3123e7d0fde5a4c4802328a194222 100644 (file)
@@ -340,7 +340,6 @@ gencode ()
   puts ("#include \"obstack.h\"");
   puts ("#include \"rtl.h\"");
   puts ("#include \"ggc.h\"\n");
-  puts ("extern struct obstack *rtl_obstack;\n");
 
   for (fmt = formats; *fmt != 0; fmt++)
     gendef (*fmt);