diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-04-15 11:28:16 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-04-15 11:28:16 -0700 |
commit | 3888916da84288994be10d6ae1a2db5b45b3f8f8 (patch) | |
tree | 2ed8b8ddea0cd0ee2342e30e97776eccb6e45e34 /opcodes/ChangeLog | |
parent | f24bcbaa5a6e30556e2da20bfd78e7823741475a (diff) | |
download | gdb-3888916da84288994be10d6ae1a2db5b45b3f8f8.zip gdb-3888916da84288994be10d6ae1a2db5b45b3f8f8.tar.gz gdb-3888916da84288994be10d6ae1a2db5b45b3f8f8.tar.bz2 |
Check dp->prefix_requirement instead
This patch removes prefix_requirement and checks dp->prefix_requirement
instead.
* i386-dis.c (prefix_requirement): Removed.
(print_insn): Don't set prefix_requirement. Check
dp->prefix_requirement instead of prefix_requirement.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index b46c861..0742ccc 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,5 +1,11 @@ 2015-04-15 H.J. Lu <hongjiu.lu@intel.com> + * i386-dis.c (prefix_requirement): Removed. + (print_insn): Don't set prefix_requirement. Check + dp->prefix_requirement instead of prefix_requirement. + +2015-04-15 H.J. Lu <hongjiu.lu@intel.com> + PR binutils/17898 * i386-dis.c (PREFIX_0FC7_REG_6): Renamed to ... (PREFIX_MOD_0_0FC7_REG_6): This. |