diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2009-11-12 02:13:06 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2009-11-12 02:13:06 +0000 |
commit | f310f33d50d9bfb1ded3dbf04a23aeb5eed5368b (patch) | |
tree | 921a769de2c4d15f752c4008cf622cb04740b340 /opcodes/ChangeLog | |
parent | 21e1bee4d23dc4a91ccccd69947fc109b4312230 (diff) | |
download | gdb-f310f33d50d9bfb1ded3dbf04a23aeb5eed5368b.zip gdb-f310f33d50d9bfb1ded3dbf04a23aeb5eed5368b.tar.gz gdb-f310f33d50d9bfb1ded3dbf04a23aeb5eed5368b.tar.bz2 |
gas/testsuite/
2009-11-11 H.J. Lu <hongjiu.lu@intel.com>
* gas/i386/prefix.d: Swap order of ADDR and REP prefixes.
* gas/i386/rep.d: Likewise.
* gas/i386/x86-64-rep.d: Likewise.
opcodes/
2009-11-11 H.J. Lu <hongjiu.lu@intel.com>
* i386-dis.c (all_prefixes): New.
(ckprefix): Set all_prefixes.
(print_insn): Print all_prefixes instead of lock_prefix,
repz_prefix, repnz_prefix, addr_prefix and data_prefix.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index e0f48e9..90d297c 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,10 @@ +2009-11-11 H.J. Lu <hongjiu.lu@intel.com> + + * i386-dis.c (all_prefixes): New. + (ckprefix): Set all_prefixes. + (print_insn): Print all_prefixes instead of lock_prefix, + repz_prefix, repnz_prefix, addr_prefix and data_prefix. + 2009-11-11 Nick Clifton <nickc@redhat.com> PR binutils/10924 |