* gengenrtl.c (gencode): Delete unnecessary rtl_obstack declaration.

From-SVN: r60264
This commit is contained in:
Geoffrey Keating 2002-12-18 22:37:49 +00:00 committed by Geoffrey Keating
parent b197bc0172
commit 892aebc9f1
2 changed files with 4 additions and 1 deletions

View 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

View 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);