OSDN Git Service

* dbxout.c (dbxout_global_decl): New.
authorneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 21 Jul 2001 23:17:26 +0000 (23:17 +0000)
committerneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 21 Jul 2001 23:17:26 +0000 (23:17 +0000)
commite923f00c23089d56a1116c84e6191f3d2c1904be
tree5b537e53e04060c14d960db72d22049d2492c1c0
parentf73dca37d19d13e8c399506eae43be747081066a
* 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@44232 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/dbxout.c
gcc/sdbout.c
gcc/varasm.c