aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-09-14 20:19:09 +0000
committerIan Lance Taylor <ian@airs.com>1994-09-14 20:19:09 +0000
commit9be909aef7c72401f81b5376ddb715b6b2a399de (patch)
tree88b5fb5d303858a4c8b782132c6b96884f9ac307 /bfd
parent8c62064a26df4c9e867e855022d4a84e94538197 (diff)
downloadgdb-9be909aef7c72401f81b5376ddb715b6b2a399de.zip
gdb-9be909aef7c72401f81b5376ddb715b6b2a399de.tar.gz
gdb-9be909aef7c72401f81b5376ddb715b6b2a399de.tar.bz2
* libecoff.h (struct ecoff_tdata): Add field find_buffer.
* ecoff.c: Include aout/stab_gnu.h. (ecoff_find_nearest_line): Handle stabs debugging information. PR 3954.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 55808ec..ec5969d 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,9 @@
Wed Sep 14 15:06:55 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
+ * libecoff.h (struct ecoff_tdata): Add field find_buffer.
+ * ecoff.c: Include aout/stab_gnu.h.
+ (ecoff_find_nearest_line): Handle stabs debugging information.
+
* elfcode.h (elf_link_output_extsym): Keep a symbol marked as weak
even if it is referenced by another object.