aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-01-09 17:01:15 +0000
committerIan Lance Taylor <ian@airs.com>1996-01-09 17:01:15 +0000
commitc40d9c773f793dcf9177cec4ba203c3712df79ce (patch)
tree3bd91cfe92d05adb275693874175311240476d80 /bfd/ChangeLog
parent60d5a517fb068e9466e32736336b49ad89fefa76 (diff)
downloadgdb-c40d9c773f793dcf9177cec4ba203c3712df79ce.zip
gdb-c40d9c773f793dcf9177cec4ba203c3712df79ce.tar.gz
gdb-c40d9c773f793dcf9177cec4ba203c3712df79ce.tar.bz2
* ecoff.c (_bfd_ecoff_find_nearest_line): Don't restrict line
numbers to the .text section. PR 8767.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index ea3016a..0f3acac 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+Tue Jan 9 12:00:36 1996 Ian Lance Taylor <ian@cygnus.com>
+
+ * ecoff.c (_bfd_ecoff_find_nearest_line): Don't restrict line
+ numbers to the .text section.
+
Mon Jan 8 17:00:57 1996 Ian Lance Taylor <ian@cygnus.com>
* ieee.c (ieee_write_debug_part): Change return type to boolean.