diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-10-15 17:11:11 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-10-15 17:11:11 +0000 |
commit | c540818b1692cd9c82c0c12972dd6276fd72b22d (patch) | |
tree | 24ec880d8cb24efd9f2f711f506eb518303ce0f9 /gdb/ChangeLog | |
parent | 73f5d5febba62881d54615cc4d83044894815234 (diff) | |
download | gdb-c540818b1692cd9c82c0c12972dd6276fd72b22d.zip gdb-c540818b1692cd9c82c0c12972dd6276fd72b22d.tar.gz gdb-c540818b1692cd9c82c0c12972dd6276fd72b22d.tar.bz2 |
Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
* symtab.c (lookup_partial_symtab): If filename is not found and
contains no slashes, try again and compare without leading path
components.
* symtab.c (lookup_symtab_1): Replace open coded version of
lookup_partial_symtab with a function call.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index edbfefc..4be0531 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) + + * symtab.c (lookup_partial_symtab): If filename is not found and + contains no slashes, try again and compare without leading path + components. + * symtab.c (lookup_symtab_1): Replace open coded version of + lookup_partial_symtab with a function call. + Thu Oct 14 20:34:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com) * fork-child.c (fork_inferior), remote-eb.c (eb_create_inferior), |