aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2017-08-10 11:51:42 +0100
committerNick Clifton <nickc@redhat.com>2017-08-10 11:51:42 +0100
commit4c2da80c2bdff7761eb5b3d9c03ffa0c9958b6b9 (patch)
tree56e907fd1fa48806a17564a17cc20170bd55aa5d /gas/ChangeLog
parent957e1fc1c5d0262e4b2f764cf031ad1458446498 (diff)
downloadgdb-4c2da80c2bdff7761eb5b3d9c03ffa0c9958b6b9.zip
gdb-4c2da80c2bdff7761eb5b3d9c03ffa0c9958b6b9.tar.gz
gdb-4c2da80c2bdff7761eb5b3d9c03ffa0c9958b6b9.tar.bz2
Fix memory corruption when assembling an i386 darwin source file.
PR gas/21939 * config/obj-macho.c (obj_mach_o_set_indirect_symbols): Increase size of indirect_syms array so that it is large enough to hold every symbol if necessary.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 3edb179..adeb38b 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,10 @@
+2017-08-10 Nick Clifton <nickc@redhat.com>
+
+ PR gas/21939
+ * config/obj-macho.c (obj_mach_o_set_indirect_symbols): Increase
+ size of indirect_syms array so that it is large enough to hold
+ every symbol if necessary.
+
2017-08-09 Jiong Wang <jiong.wang@arm.com>
* config/tc-arm.c (do_crc32_1): Remove warning on REG_SP for thumb_mode.