From 89a8a65d62496b49f5bc6bd2c6dcb8cfcab481a0 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 11 Mar 1996 17:38:16 +0000 Subject: [PATCH] * 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 | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/binutils/ChangeLog b/binutils/ChangeLog index a56ad54147..b93a82ff7f 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,26 @@ +Mon Mar 11 12:35:03 1996 Ian Lance Taylor + + * 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. + + * objdump.c (stab_name): Remove. + (struct stab_print): Remove. + (stab_print): Remove. + (dump_stabs): Don't initialize stab_name. + (print_section_stabs): Call bfd_get_stab_name rather than using + the stab_name array. + +Tue Feb 27 19:52:01 1996 Ian Lance Taylor + + * prdbg.c (pr_int_constant): Initialize info correctly. + (pr_float_constant): Likewise. + Mon Feb 26 18:11:37 1996 Stan Shebs * mpw-make.sed: Update to handle shared library support.