aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2019-05-02 15:11:39 +0100
committerNick Clifton <nickc@redhat.com>2019-05-02 15:11:39 +0100
commit2cdc1a970d3249888524d251abfb87a9bdc77434 (patch)
tree80791796524eb976f8703bd2acad9bc1b9d9b3d8 /bfd/ChangeLog
parente37f3ecd59eeb56e08c4a210a6e9764f1cedbc83 (diff)
downloadbinutils-2cdc1a970d3249888524d251abfb87a9bdc77434.zip
binutils-2cdc1a970d3249888524d251abfb87a9bdc77434.tar.gz
binutils-2cdc1a970d3249888524d251abfb87a9bdc77434.tar.bz2
Treat the .gnu.debuglink and .gnu.debugaltlink sections as debug sections when reading them in from COFF/PE format files.
PR 24493 * coffcode.h (styp_to_sec_flags): Treat .gnu.debuglink and .gnu.debugaltlink sections as debugging sections.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 0b68dc0..676f4ad 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+2019-05-02 Nick Clifton <nickc@redhat.com>
+
+ PR 24493
+ * coffcode.h (styp_to_sec_flags): Treat .gnu.debuglink and
+ .gnu.debugaltlink sections as debugging sections.
+
2019-04-30 Alan Modra <amodra@gmail.com>
* elf64-ppc.c (struct ppc64_elf_obj_tdata): Add has_gotrel.