* varasm.c: Don't inlcude dbxout.h, sdbout.h or xcoffout.h.
authorneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 22 Jul 2001 21:33:57 +0000 (21:33 +0000)
committerneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 22 Jul 2001 21:33:57 +0000 (21:33 +0000)
commitaf48ae2d0f2a47fc25d70f895639f3ad12cc119e
tree702f4a6118a71586642e01b0c6acbc020c438243
parent357be15add86a51283439ec2cf7d7112f3a865c3
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44248 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/Makefile.in
gcc/varasm.c