* sdbout.c (preinit_symbols, sdbout_initialized): New statics.
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 19 Feb 2004 17:21:14 +0000 (17:21 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 19 Feb 2004 17:21:14 +0000 (17:21 +0000)
commitec4f62a9be3b6d508ce8e15e7a91ec2251040441
tree7cefc1b666ecb878267cad1f2635c359a3e678a1
parent5f03fd61922eaae602c907956c41ca9bd17fc145
* 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.

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