aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2013-12-03 16:46:59 +0100
committerTristan Gingold <gingold@adacore.com>2013-12-03 17:31:46 +0100
commitc2a5914e1b686cd765cf95e09be89584eba99741 (patch)
treed1673f0094358b09f49c3ea3641065153de72c78 /gas/ChangeLog
parent11a6da561751f4fd91ae64c2d51c2cd8166cad1e (diff)
downloadgdb-c2a5914e1b686cd765cf95e09be89584eba99741.zip
gdb-c2a5914e1b686cd765cf95e09be89584eba99741.tar.gz
gdb-c2a5914e1b686cd765cf95e09be89584eba99741.tar.bz2
Fix crash on intelbad.
gas/ 2013-12-03 Tristan Gingold <gingold@adacore.com> * config/tc-i386-intel.c (i386_intel_simplify): Avoid arithmetic overflow on pointers.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index b293b46..5235f4d 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,8 @@
+2013-12-03 Tristan Gingold <gingold@adacore.com>
+
+ * config/tc-i386-intel.c (i386_intel_simplify): Avoid arithmetic
+ overflow on pointers.
+
2013-11-19 Yufeng Zhang <yufeng.zhang@arm.com>
Revert