* rddbg.c (read_section_stabs_debugging_info): Call save_stab for
authorIan Lance Taylor <ian@airs.com>
Mon, 11 Mar 1996 17:38:16 +0000 (17:38 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 11 Mar 1996 17:38:16 +0000 (17:38 +0000)
commit89a8a65d62496b49f5bc6bd2c6dcb8cfcab481a0
tree58003943b33beeff7e764ec713196e82e8f96781
parent7fc01fc90f27e45a709ca2b1884708aa360719a3
* rddbg.c (read_section_stabs_debugging_info): Call save_stab for
each stab entry, call stab_context on an error, and call
free_saved_stabs before rturning.
(read_symbol_stabs_debugging_info): Likewise.
(SAVE_STABS_COUNT): Define.
(struct saved_stab): Define.
(saved_stabs, saved_stabs_index): New static variables.
(save_stab, stab_context, free_saved_stabs): New static functios.
binutils/ChangeLog