* printcmd.c (print_address_symbolic): If set print fast-symbolic-addr
authorJim Kingdon <jkingdon@engr.sgi.com>
Thu, 13 Jan 1994 17:41:40 +0000 (17:41 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Thu, 13 Jan 1994 17:41:40 +0000 (17:41 +0000)
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.

gdb/ChangeLog

index 5ff6cc268cf856088ba64a7fa3d3d56709aecac1..5922aa9aa33cb3cc3db0a793c80fd3e2d61db081 100644 (file)
@@ -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)