aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-03-11 17:38:16 +0000
committerIan Lance Taylor <ian@airs.com>1996-03-11 17:38:16 +0000
commit89a8a65d62496b49f5bc6bd2c6dcb8cfcab481a0 (patch)
tree58003943b33beeff7e764ec713196e82e8f96781
parent7fc01fc90f27e45a709ca2b1884708aa360719a3 (diff)
downloadgdb-89a8a65d62496b49f5bc6bd2c6dcb8cfcab481a0.zip
gdb-89a8a65d62496b49f5bc6bd2c6dcb8cfcab481a0.tar.gz
gdb-89a8a65d62496b49f5bc6bd2c6dcb8cfcab481a0.tar.bz2
* 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.
-rw-r--r--binutils/ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index a56ad54..b93a82f 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,26 @@
+Mon Mar 11 12:35:03 1996 Ian Lance Taylor <ian@cygnus.com>
+
+ * 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 <ian@cygnus.com>
+
+ * prdbg.c (pr_int_constant): Initialize info correctly.
+ (pr_float_constant): Likewise.
+
Mon Feb 26 18:11:37 1996 Stan Shebs <shebs@andros.cygnus.com>
* mpw-make.sed: Update to handle shared library support.