aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2017-06-30 11:03:37 +0100
committerNick Clifton <nickc@redhat.com>2017-06-30 11:03:37 +0100
commit60a02042bacf8d25814430080adda61ed086bca6 (patch)
treee61d4715a2ea8455bd81a1a1593d936e8d183402 /binutils/ChangeLog
parent4151f6842850876e93c8e5d870d7c9147065788d (diff)
downloadgdb-60a02042bacf8d25814430080adda61ed086bca6.zip
gdb-60a02042bacf8d25814430080adda61ed086bca6.tar.gz
gdb-60a02042bacf8d25814430080adda61ed086bca6.tar.bz2
Fix failures in MMIX linker tests introduced by fix for PR 21665.
PR binutils/21665 * objdump.c (disassemble_section): Move check for an overlarge section to just before the allocation of memory. Do not check section size against file size, but instead use an arbitrary 2Gb limit. Issue a warning message if the section is too big.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 0496c99..ff41d22 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,11 @@
+2017-06-30 Nick Clifton <nickc@redhat.com>
+
+ PR binutils/21665
+ * objdump.c (disassemble_section): Move check for an overlarge
+ section to just before the allocation of memory. Do not check
+ section size against file size, but instead use an arbitrary 2Gb
+ limit. Issue a warning message if the section is too big.
+
2017-06-30 Maciej W. Rozycki <macro@imgtec.com>
* NEWS: Mention microMIPS XPA support.