diff options
author | Peter Schauer <Peter.Schauer@mytum.de> | 1993-09-09 12:02:59 +0000 |
---|---|---|
committer | Peter Schauer <Peter.Schauer@mytum.de> | 1993-09-09 12:02:59 +0000 |
commit | da398610b5207437683ec5263f0f94eab06fe590 (patch) | |
tree | 4d4686bad654728a9b5dc85cc85ef4d20f2f9641 /gdb | |
parent | 4adf693011ef70117a48b336703e8b994b0c6f77 (diff) | |
download | gdb-da398610b5207437683ec5263f0f94eab06fe590.zip gdb-da398610b5207437683ec5263f0f94eab06fe590.tar.gz gdb-da398610b5207437683ec5263f0f94eab06fe590.tar.bz2 |
* mipsread.c (cross_ref): Allow SGI extended symbol types as cross
reference targets.
* symmisc.c (print_symbol): Use TYP_TAG_NAME not TYPE_NAME to avoid
printing of identities.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index de6ddb9..2e42103 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +Thu Sep 9 04:59:03 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) + + * mipsread.c (cross_ref): Allow SGI extended symbol types as cross + reference targets. + * symmisc.c (print_symbol): Use TYP_TAG_NAME not TYPE_NAME to avoid + printing of identities. + Wed Sep 8 19:18:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com) * breakpoint.c (breakpoint_1): Deal with step resume breakpoint. |