aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorPeter Schauer <Peter.Schauer@mytum.de>1995-11-20 09:01:52 +0000
committerPeter Schauer <Peter.Schauer@mytum.de>1995-11-20 09:01:52 +0000
commite701f52174c27cb0d5f3c99b2fdbcbd1a6ab3f9f (patch)
tree396bb5d9787ba8924d4649c2dc5da4e3c7c92a09 /gdb
parent0bcce7d390a812f8c16dba8925653826c34b8e8e (diff)
downloadfsf-binutils-gdb-e701f52174c27cb0d5f3c99b2fdbcbd1a6ab3f9f.zip
fsf-binutils-gdb-e701f52174c27cb0d5f3c99b2fdbcbd1a6ab3f9f.tar.gz
fsf-binutils-gdb-e701f52174c27cb0d5f3c99b2fdbcbd1a6ab3f9f.tar.bz2
* stack.c (print_frame_info): Use minimal symbol only if
fi->pc is in a known section.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 3ea7549..20e8580 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -2,6 +2,8 @@ Sun Nov 19 05:20:53 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
* irix5-nat.c, osfsolib.c (solib_address): Return the name of the
containing solib.
+ * stack.c (print_frame_info): Use minimal symbol only if
+ fi->pc is in a known section.
Sat Nov 18 11:19:35 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>