diff options
author | Roland McGrath <roland@gnu.org> | 2013-10-11 00:58:29 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2013-10-11 00:58:29 +0000 |
commit | 9ce09ba2d78f79a1e539f073900d1bd47900ef3d (patch) | |
tree | 70b47068e2a7834ed3bf6a99bbce730d0aa4a790 /opcodes/ChangeLog | |
parent | cd1e8820f04def3bacfc245262aa1b8839dc0df3 (diff) | |
download | gdb-9ce09ba2d78f79a1e539f073900d1bd47900ef3d.zip gdb-9ce09ba2d78f79a1e539f073900d1bd47900ef3d.tar.gz gdb-9ce09ba2d78f79a1e539f073900d1bd47900ef3d.tar.bz2 |
opcodes/
* i386-dis.c (oappend_maybe_intel): New function.
(OP_ST, OP_STi, append_seg, OP_I, OP_I64, OP_sI, OP_ESreg): Use it.
(OP_C, OP_T, CMP_Fixup, OP_EX_VexImmW): Likewise.
(VCMP_Fixup, VPCMP_Fixup, PCLMUL_Fixup): Likewise.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index d8e7e3b..b5b8000 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,5 +1,10 @@ 2013-10-10 Roland McGrath <mcgrathr@google.com> + * i386-dis.c (oappend_maybe_intel): New function. + (OP_ST, OP_STi, append_seg, OP_I, OP_I64, OP_sI, OP_ESreg): Use it. + (OP_C, OP_T, CMP_Fixup, OP_EX_VexImmW): Likewise. + (VCMP_Fixup, VPCMP_Fixup, PCLMUL_Fixup): Likewise. + * cr16-opc.c (REG): Cast NAME to 'reg' enum type to suppress possible compiler warnings when the union's initializer is actually meant for the 'preg' enum typed member. |