x86: Add tests for -n option of x86 assembler
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / intelpic.d
... / ...
CommitLineData
1#as: -J
2#objdump: -dw
3#name: i386 intelpic
4
5.*: +file format .*
6
7Disassembly of section .text:
8
90+ <gs_foo>:
10[ ]*[a-f0-9]+: c3 ret
11
120+1 <bar>:
13[ ]*[a-f0-9]+: 8d 83 14 00 00 00 lea 0x14\(%ebx\),%eax
14[ ]*[a-f0-9]+: 8b 83 00 00 00 00 mov 0x0\(%ebx\),%eax
15[ ]*[a-f0-9]+: ff 24 85 0d 00 00 00 jmp \*0xd\(,%eax,4\)
16[ ]*[a-f0-9]+: 8d 83 14 00 00 00 lea 0x14\(%ebx\),%eax
17[ ]*[a-f0-9]+: ff 24 85 0d 10 00 00 jmp \*0x100d\(,%eax,4\)
18[ ]*[a-f0-9]+: ff 24 85 28 10 00 00 jmp \*0x1028\(,%eax,4\)
19[ ]*[a-f0-9]+: 90 nop
20
210+29 <L11>:
22[ ]*[a-f0-9]+: ff 24 85 29 10 00 00 jmp \*0x1029\(,%eax,4\)
23[ ]*[a-f0-9]+: ff 24 85 37 10 00 00 jmp \*0x1037\(,%eax,4\)
24
250+37 <L12>:
26[ ]*[a-f0-9]+: 90 nop
27#pass
This page took 0.02527 seconds and 4 git commands to generate.