varasm.c: Don't inlcude dbxout.h, sdbout.h or xcoffout.h.
authorNeil Booth <neil@daikokuya.demon.co.uk>
Sun, 22 Jul 2001 21:33:57 +0000 (21:33 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Sun, 22 Jul 2001 21:33:57 +0000 (21:33 +0000)
commit544f03b403827808cb0ee9e061979f891b777f3b
tree702f4a6118a71586642e01b0c6acbc020c438243
parentbad1f214eb0ef96ceaf055f034fe3b3fcef15283
varasm.c: Don't inlcude dbxout.h, sdbout.h or xcoffout.h.

* varasm.c: Don't inlcude dbxout.h, sdbout.h or xcoffout.h.
(asm_out_file): Remove redundant declaration.
(assemble_asm): Remove old #if 0 block.
(assemble_variable): Remove end of function; debug output is
now handled with global_decl.  Remove old #if 0 block.  Update.
Remove saved_in_section and associated no-op code.
* Makefile.in (varasm.o): Correct dependencies.

From-SVN: r44248
gcc/ChangeLog
gcc/Makefile.in
gcc/varasm.c