dbxout.c (dbxout_global_decl): New.
authorNeil Booth <neil@daikokuya.demon.co.uk>
Sun, 22 Jul 2001 17:02:53 +0000 (17:02 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Sun, 22 Jul 2001 17:02:53 +0000 (17:02 +0000)
commit3914abb46ef94ef60c9bb44c7e3573534c0c6815
treef1f87373eb821207cc415143ba8c00551d90838c
parentbe7560ea81db88a710ff0915d8736b9dee2c9ad1
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: r44243
gcc/ChangeLog
gcc/dbxout.c
gcc/sdbout.c
gcc/varasm.c