dbxout.c (dbxout_global_decl): New.
authorNeil Booth <neil@daikokuya.demon.co.uk>
Sat, 21 Jul 2001 23:17:26 +0000 (23:17 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Sat, 21 Jul 2001 23:17:26 +0000 (23:17 +0000)
commitf7e105877784980691334a21d667c0200444238a
tree5b537e53e04060c14d960db72d22049d2492c1c0
parent919b1aecc79318a3b85d77938abc429e0eb40b28
dbxout.c (dbxout_global_decl): New.

* dbxout.c (dbxout_global_decl): New.
(xcoff_debug_hooks, dbx_debug_hooks): Use it.
* sdbout.c (sdbout_finish): New.
(sdbout_debug_hooks): Use it, add comments.
(sdbout_global_decl): Defer initialised public vars to
sdbout_finish.
* varasm.c (assemble_variable): Don't output debug information
for file-scope variables.

Co-Authored-By: Richard Henderson <rth@redhat.com>
From-SVN: r44232
gcc/ChangeLog
gcc/dbxout.c
gcc/sdbout.c
gcc/varasm.c