diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-06-12 18:18:23 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-06-12 18:18:23 +0000 |
commit | 0e3bd85ee7a1dfa01b8df79440900d08c71da9e3 (patch) | |
tree | fb90bc78c7ec55324582b59cac5504cc8aa79f73 /bfd | |
parent | 11548211825849412a1a924a5fa10c426bc9be00 (diff) | |
download | gdb-0e3bd85ee7a1dfa01b8df79440900d08c71da9e3.zip gdb-0e3bd85ee7a1dfa01b8df79440900d08c71da9e3.tar.gz gdb-0e3bd85ee7a1dfa01b8df79440900d08c71da9e3.tar.bz2 |
* aoutx.h (NAME(aout,find_nearest_line)): Notice if we find a
filename or N_SO symbol past the offset, and use it to indicate
that there is no line number or function when appropriate.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index e30101d..a5482d4 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +Wed Jun 12 11:16:37 1996 Ian Lance Taylor <ian@cygnus.com> + + * aoutx.h (NAME(aout,find_nearest_line)): Notice if we find a + filename or N_SO symbol past the offset, and use it to indicate + that there is no line number or function when appropriate. + Tue Jun 11 15:24:48 1996 Ian Lance Taylor <ian@cygnus.com> * xcofflink.c (xcoff_build_ldsyms): Set XCOFF_DEF_REGULAR for a |