aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1998-07-20 16:50:34 +0000
committerIan Lance Taylor <ian@airs.com>1998-07-20 16:50:34 +0000
commit490e0e1339beac4b91bef20f3840981d2f961ee0 (patch)
tree8443c58a9451f032574f6b7dc6ba01c7712160f7 /bfd
parentc546f3a0919c6d8594ae6b0486a96139a1e5a0c7 (diff)
downloadgdb-490e0e1339beac4b91bef20f3840981d2f961ee0.zip
gdb-490e0e1339beac4b91bef20f3840981d2f961ee0.tar.gz
gdb-490e0e1339beac4b91bef20f3840981d2f961ee0.tar.bz2
Mon Jul 20 12:47:26 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* aoutx.h (NAME(aout,find_nearest_line)): Also remember the directory name at the line number. * elf.c (_bfd_elf_find_nearest_line): Also consider symbols with an unspecified type.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 5b5ede0..03ae12d 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,11 @@
+Mon Jul 20 12:47:26 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
+
+ * aoutx.h (NAME(aout,find_nearest_line)): Also remember the
+ directory name at the line number.
+
+ * elf.c (_bfd_elf_find_nearest_line): Also consider symbols
+ with an unspecified type.
+
Wed Jul 15 11:20:01 1998 Ian Lance Taylor <ian@cygnus.com>
* sunos.c: Add undef of valid to avoid problem on SunOS.