sdbout.c (preinit_symbols, [...]): New statics.
authorZack Weinberg <zack@codesourcery.com>
Thu, 19 Feb 2004 17:21:14 +0000 (17:21 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Thu, 19 Feb 2004 17:21:14 +0000 (17:21 +0000)
commit16edbbf082fd2fbabe92ddbb20ffc2d9f757ce75
tree7cefc1b666ecb878267cad1f2635c359a3e678a1
parentf46e5baad61a5604120e22c7dfa3b77180f2e7ef
sdbout.c (preinit_symbols, [...]): New statics.

* sdbout.c (preinit_symbols, sdbout_initialized): New statics.
(sdbout_symbol): If called before sdbout_init, queue DECL for
later and return.
(sdbout_init): Set sdbout_initialized true, process decls
queued earlier by sdbout_symbol.
(sdbout_finish): Use size_t for index variable.

From-SVN: r78109
gcc/ChangeLog
gcc/sdbout.c