aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2018-09-18 16:54:07 +0100
committerNick Clifton <nickc@redhat.com>2018-09-18 16:54:07 +0100
commit8ff71a9c80cfcf64c54d4ae938c644b1b1ea19fb (patch)
tree1faaa4477fe479f69c256382b9c20467978a442f /bfd/ChangeLog
parent3ff2c72e14b7f4381c785ee35608c2812ef8610e (diff)
downloadgdb-8ff71a9c80cfcf64c54d4ae938c644b1b1ea19fb.zip
gdb-8ff71a9c80cfcf64c54d4ae938c644b1b1ea19fb.tar.gz
gdb-8ff71a9c80cfcf64c54d4ae938c644b1b1ea19fb.tar.bz2
Add a warning to the bfd library for when it encounters an ELF file with an invalid section size.
PR 23657 * elfcode.h (elf_swap_shdr_in): Generate a warning message if an ELF section has contents and size larger than the file size.
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 70de004..04c0c2a 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+2018-09-18 Nick Clifton <nickc@redhat.com>
+
+ PR 23657
+ * elfcode.h (elf_swap_shdr_in): Generate a warning message if an
+ ELF section has contents and size larger than the file size.
+
2018-09-14 Maciej W. Rozycki <macro@mips.com>
PR ld/21375