Add .d32 encoding suffix.
[binutils.git] / gas / testsuite / gas / i386 / disp32.d
blobc1f59b6df524538b31d5d7eee1829bc6d269723c
1 #as:
2 #objdump: -drw
3 #name: i386 32bit displacement
5 .*: +file format .*
8 Disassembly of section .text:
10 0+ <foo-0x10>:
11 [ ]*[a-f0-9]+: 8b 58 03 mov 0x3\(%eax\),%ebx
12 [ ]*[a-f0-9]+: 8b 98 03 00 00 00 mov 0x3\(%eax\),%ebx
13 [ ]*[a-f0-9]+: eb 05 jmp 10 <foo>
14 [ ]*[a-f0-9]+: e9 00 00 00 00 jmp 10 <foo>
16 0+10 <foo>:
17 [ ]*[a-f0-9]+: 89 58 03 mov %ebx,0x3\(%eax\)
18 [ ]*[a-f0-9]+: 89 98 03 00 00 00 mov %ebx,0x3\(%eax\)
19 #pass