Commit 892aebc9 by Geoffrey Keating Committed by Geoffrey Keating

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

From-SVN: r60264
parent b197bc01
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
......
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment