Browse Source
2005-07-18 H.J. Lu <hongjiu.lu@intel.com> * gas/i386/i386.exp: Add suffix. * gas/i386/suffix.d: New file. * gas/i386/suffix.s: Likewise. opcodes/ 2005-07-18 H.J. Lu <hongjiu.lu@intel.com> * i386-dis.c (PNI_Fixup): Update comment. (VMX_Fixup): Properly handle the suffix check.gdb-csl-arm-20051020-branch
6 changed files with 44 additions and 3 deletions
@ -0,0 +1,15 @@ |
|||
#objdump: -dw -Msuffix |
|||
#name: i386 suffix |
|||
|
|||
.*: +file format .* |
|||
|
|||
Disassembly of section .text: |
|||
|
|||
0+000 <foo>: |
|||
0: 0f 01 c8 [ ]*monitor %eax,%ecx,%edx |
|||
3: 0f 01 c9 [ ]*mwait %eax,%ecx |
|||
6: 0f 01 c1 [ ]*vmcall |
|||
9: 0f 01 c2 [ ]*vmlaunch |
|||
c: 0f 01 c3 [ ]*vmresume |
|||
f: 0f 01 c4 [ ]*vmxoff |
|||
... |
|||
@ -0,0 +1,13 @@ |
|||
# Disassembling with -Msuffix. |
|||
|
|||
.text |
|||
foo: |
|||
monitor |
|||
mwait |
|||
|
|||
vmcall |
|||
vmlaunch |
|||
vmresume |
|||
vmxoff |
|||
|
|||
.p2align 4,0 |
|||
Loading…
Reference in new issue