* gengenrtl.c (gencode): Delete unnecessary rtl_obstack declaration.
From-SVN: r60264
This commit is contained in:
parent
b197bc0172
commit
892aebc9f1
@ -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
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user