aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2009-10-10 04:58:48 +0000
committerAlan Modra <amodra@gmail.com>2009-10-10 04:58:48 +0000
commitf08036905689c42e7d27f72c8a22c82812d23597 (patch)
treeeda47cacee7e5d9530086f4797d8e5ec6e60911e /bfd/ChangeLog
parentf3048a1d4770f01625461c6d967a774f5a3f8496 (diff)
downloadgdb-f08036905689c42e7d27f72c8a22c82812d23597.zip
gdb-f08036905689c42e7d27f72c8a22c82812d23597.tar.gz
gdb-f08036905689c42e7d27f72c8a22c82812d23597.tar.bz2
* cofflink.c (_bfd_coff_link_input_bfd): Skip section symbols for
excluded output sections.
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 6237081..d97d554 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+2009-10-10 Alan Modra <amodra@bigpond.net.au>
+
+ * cofflink.c (_bfd_coff_link_input_bfd): Skip section symbols for
+ excluded output sections.
+
2009-10-09 Tristan Gingold <gingold@adacore.com>
* mach-o.c (bfd_mach_o_read_command): Handle BFD_MACH_O_LC_RPATH.