Browse Source
gas/testsuite/ 2010-08-05 H.J. Lu <hongjiu.lu@intel.com> * gas/i386/i386.exp: Run arch-4. * gas/i386/arch-4.d: New. * gas/i386/arch-4.s: Likewise. * gas/i386/intel.d: Replace ud2a/ud2b with ud2/ud1. * gas/i386/opcode-intel.d: Likewise. * gas/i386/opcode-suffix.d: Likewise. * gas/i386/opcode.d: Likewise. opcodes/ 2010-08-05 H.J. Lu <hongjiu.lu@intel.com> * i386-dis.c (dis386_twobyte): Replace ud2a/ud2b with ud2/ud1. * i386-opc.tbl: Add ud1. Remove Cpu686 from ud2/ud2a/ud2b. * i386-tbl.h: Regenerated.binutils-2_21-branch
12 changed files with 67 additions and 16 deletions
@ -0,0 +1,14 @@ |
|||
#as: -march=generic32 |
|||
#objdump: -dw |
|||
#name: i386 arch 4 |
|||
|
|||
.*: file format .* |
|||
|
|||
Disassembly of section .text: |
|||
|
|||
0+ <.text>: |
|||
[ ]*[a-f0-9]+: 0f b9 ud1 |
|||
[ ]*[a-f0-9]+: 0f 0b ud2 |
|||
[ ]*[a-f0-9]+: 0f 0b ud2 |
|||
[ ]*[a-f0-9]+: 0f b9 ud1 |
|||
#pass |
|||
@ -0,0 +1,5 @@ |
|||
.text |
|||
ud1 |
|||
ud2 |
|||
ud2a |
|||
ud2b |
|||
Loading…
Reference in new issue