diff options
author | Roland McGrath <roland@gnu.org> | 2012-06-22 16:42:08 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2012-06-22 16:42:08 +0000 |
commit | 29c048b696d4e93fe9f595d59fcb6239270e5a29 (patch) | |
tree | 82d345d16980f63360aa7e356b877025255a171f /opcodes/ChangeLog | |
parent | 0a6d03060482e8eae207d4be1d6e8f6ff5e4d340 (diff) | |
download | gdb-29c048b696d4e93fe9f595d59fcb6239270e5a29.zip gdb-29c048b696d4e93fe9f595d59fcb6239270e5a29.tar.gz gdb-29c048b696d4e93fe9f595d59fcb6239270e5a29.tar.bz2 |
gas/
* config/tc-i386.c (parse_insn): Don't complain about REP prefix
when the template has opcode_modifier.repprefixok set.
* NEWS: Mention the change.
gas/testsuite/
* gas/i386/rep-bsf.d: New file.
* gas/i386/rep-bsf.s: New file.
* gas/i386/i386.exp: Add the new test.
opcodes/
* i386-opc.h (RepPrefixOk): New enum constant.
(i386_opcode_modifier): New bitfield 'repprefixok'.
* i386-gen.c (opcode_modifiers): Add RepPrefixOk.
* i386-opc.tbl: Add RepPrefixOk to bsf, bsr, and to all
instructions that have IsString.
* i386-tbl.h: Regenerate.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index fdec60e..be46939 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,12 @@ +2012-06-22 Roland McGrath <mcgrathr@google.com> + + * i386-opc.h (RepPrefixOk): New enum constant. + (i386_opcode_modifier): New bitfield 'repprefixok'. + * i386-gen.c (opcode_modifiers): Add RepPrefixOk. + * i386-opc.tbl: Add RepPrefixOk to bsf, bsr, and to all + instructions that have IsString. + * i386-tbl.h: Regenerate. + 2012-06-11 Andreas Schwab <schwab@linux-m68k.org> * ppc-opc.c (lvsl, lvebx, isellt, icbt, ldepx, lwepx, lvsr, lvehx) |