aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1994-01-13 17:41:40 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1994-01-13 17:41:40 +0000
commitd6596eee9fbabb9c37160cf6291f1dc343b5e652 (patch)
treee3753c18486bf6621f02b2107bc331e0e1d94482
parentae682b8061d9e11c089386e6aefc7f88c40aaf9c (diff)
downloadfsf-binutils-gdb-d6596eee9fbabb9c37160cf6291f1dc343b5e652.zip
fsf-binutils-gdb-d6596eee9fbabb9c37160cf6291f1dc343b5e652.tar.gz
fsf-binutils-gdb-d6596eee9fbabb9c37160cf6291f1dc343b5e652.tar.bz2
* printcmd.c (print_address_symbolic): If set print fast-symbolic-addr
is on, call find_pc_function rather than relying just on the minimal symbols (probably only matters for symbol readers which don't put statics in the minimal symbols, but changing this strikes me as not conservative enough). Initialize name_location in all cases. If no symbol and no msymbol, don't print anything symbolic.
-rw-r--r--gdb/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 5ff6cc2..5922aa9 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,13 @@
Thu Jan 13 10:32:38 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
+ * printcmd.c (print_address_symbolic): If set print fast-symbolic-addr
+ is on, call find_pc_function rather than relying just on the minimal
+ symbols (probably only matters for symbol readers which don't put
+ statics in the minimal symbols, but changing this strikes me as
+ not conservative enough).
+ Initialize name_location in all cases.
+ If no symbol and no msymbol, don't print anything symbolic.
+
* a29k-tdep.c (push_dummy_frame): Add comment about saving lr0.
Wed Jan 12 20:53:16 1994 John Gilmore (gnu@cygnus.com)