Remove x86 NaCl target support
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / align-branch-1.d
CommitLineData
8493b665
L
1#as: --32 -mbranches-within-32B-boundaries
2#ld: -melf_i386
3#objdump: -dw
8493b665
L
4
5.*: +file format .*
6
7
8Disassembly of section .text:
9
10[a-f0-9]+ <_start>:
11 +[a-f0-9]+: 85 d2 test %edx,%edx
e44925ae 12 +[a-f0-9]+: 74 20 je +[a-f0-9]+ <_start\+0x24>
8493b665 13 +[a-f0-9]+: 85 d2 test %edx,%edx
e44925ae 14 +[a-f0-9]+: 74 1c je +[a-f0-9]+ <_start\+0x24>
8493b665 15 +[a-f0-9]+: 85 ff test %edi,%edi
e44925ae 16 +[a-f0-9]+: 74 18 je +[a-f0-9]+ <_start\+0x24>
8493b665
L
17 +[a-f0-9]+: 65 a1 00 00 00 00 mov %gs:0x0,%eax
18 +[a-f0-9]+: 90 nop
19 +[a-f0-9]+: 8d 74 26 00 lea 0x0\(%esi,%eiz,1\),%esi
20 +[a-f0-9]+: 3e 3e 3e 8b 90 fc ff ff ff ds ds mov %ds:-0x4\(%eax\),%edx
21 +[a-f0-9]+: 85 d2 test %edx,%edx
e44925ae 22 +[a-f0-9]+: 74 00 je +[a-f0-9]+ <_start\+0x24>
8493b665
L
23 +[a-f0-9]+: c3 ret
24#pass
This page took 0.057648 seconds and 4 git commands to generate.