aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-02-26 22:27:30 +0000
committerIan Lance Taylor <ian@airs.com>1996-02-26 22:27:30 +0000
commit88358469545028328b8ab181dbac5b35e4314814 (patch)
tree9f361f3a49fbdf1a3cdf94506fd5a29f63f8eb76 /bfd
parent14fd46168ddb009f08661342b56a9429b7cd01ac (diff)
downloadgdb-88358469545028328b8ab181dbac5b35e4314814.zip
gdb-88358469545028328b8ab181dbac5b35e4314814.tar.gz
gdb-88358469545028328b8ab181dbac5b35e4314814.tar.bz2
* cofflink.c (_bfd_coff_link_input_bfd): When merging, skip names
starting with '$' the way we skip names starting with '.'. When updating x_endndx, don't be fooled by an index which has been merged. PR 9024.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index b929b67..9ad370a 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -10,6 +10,11 @@ Mon Feb 26 14:48:39 1996 David Mosberger-Tang <davidm@AZStarNet.com>
Mon Feb 26 14:01:13 1996 Ian Lance Taylor <ian@cygnus.com>
+ * cofflink.c (_bfd_coff_link_input_bfd): When merging, skip names
+ starting with '$' the way we skip names starting with '.'. When
+ updating x_endndx, don't be fooled by an index which has been
+ merged.
+
* cofflink.c (_bfd_coff_link_input_bfd): Don't try to optimize a
struct/union/enum type with no elements.