From: Peter Schauer Date: Mon, 20 Nov 1995 09:01:52 +0000 (+0000) Subject: * stack.c (print_frame_info): Use minimal symbol only if X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=e701f52174c27cb0d5f3c99b2fdbcbd1a6ab3f9f;p=deliverable%2Fbinutils-gdb.git * stack.c (print_frame_info): Use minimal symbol only if fi->pc is in a known section. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3ea7549d70..20e8580aef 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