aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2013-03-27 18:49:10 +0000
committerH.J. Lu <hjl.tools@gmail.com>2013-03-27 18:49:10 +0000
commit55cf16e10ce64a8696137d2ce50092b4559561e7 (patch)
treea001d19198e7351572910eef6b15ef0b97b33c73 /opcodes/ChangeLog
parentec21308c432bb90610474eedeb47b2335b12a735 (diff)
downloadgdb-55cf16e10ce64a8696137d2ce50092b4559561e7.zip
gdb-55cf16e10ce64a8696137d2ce50092b4559561e7.tar.gz
gdb-55cf16e10ce64a8696137d2ce50092b4559561e7.tar.bz2
Properly check address mode for SIB
gas/testsuite/ * gas/i386/addr32.s: Add an SIB test. * gas/i386/addr32.d: Updated. opcodes/ * i386-dis.c (get_sib): Add the sizeflag argument. Properly check address mode. (print_insn): Pass sizeflag to get_sib.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 533c4a3..39c256e 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,9 @@
+2013-03-27 H.J. Lu <hongjiu.lu@intel.com>
+
+ * i386-dis.c (get_sib): Add the sizeflag argument. Properly
+ check address mode.
+ (print_insn): Pass sizeflag to get_sib.
+
2013-03-27 Alexis Deruelle <alexis.deruelle@gmail.com>
PR binutils/15068