* dbxout.c (dbxout_global_decl): New.
authorneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 22 Jul 2001 17:02:53 +0000 (17:02 +0000)
committerneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 22 Jul 2001 17:02:53 +0000 (17:02 +0000)
commit9dcd5f30adf819ce534e7029b0f20ff264d05a0f
treef1f87373eb821207cc415143ba8c00551d90838c
parent6fec94c560af919ff5de416e9806d876c7e6ed23
* 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.

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