summaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorKai Tietz <kai.tietz@onevision.com>2011-10-06 08:59:36 +0000
committerKai Tietz <kai.tietz@onevision.com>2011-10-06 08:59:36 +0000
commit07c7ed6d7740dab37ec36a4a736bb2c550c99e86 (patch)
treedab491ebc18180170754f9420624c7973101e166 /bfd/ChangeLog
parenta664570eec3a25b8fa0269263be024ddd9e1bfd3 (diff)
downloadbinutils-gdb-07c7ed6d7740dab37ec36a4a736bb2c550c99e86.tar.gz
* coffgen.c (coff_write_alien_symbol): Don't write
symbol for discarded sections, if strip_discarded isn't explicit set to false. (coff_write_native_symbol): Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index efc68a3be23..7e858e2d7a6 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,10 @@
+2011-10-05 Kai Tietz <ktietz@redhat.com>
+
+ * coffgen.c (coff_write_alien_symbol): Don't write
+ symbol for discarded sections, if strip_discarded isn't
+ explicit set to false.
+ (coff_write_native_symbol): Likewise.
+
2011-10-05 DJ Delorie <dj@redhat.com>
Nick Clifton <nickc@redhat.com>