x86: Add explicit -mx86-used-note=[yes|no] to tests
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / pr20244-2a.d
CommitLineData
712ec279
L
1#source: pr20244-2.s
2#as: --32
410a69a0 3#ld: -m elf_i386 -z noseparate-code
712ec279
L
4#objdump: --sym -dw
5#notarget: i?86-*-nacl* x86_64-*-nacl*
6
7.*: +file format .*
8
9SYMBOL TABLE:
10#...
233cc9c1 110+8048085 l i .text 00000000 bar
712ec279 12#...
233cc9c1 130+8048086 g F .text 00000000 _start
712ec279 14#...
233cc9c1 150+8048084 g i .text 00000000 foo
712ec279
L
16#...
17
712ec279
L
18Disassembly of section .text:
19
233cc9c1 200+8048084 <foo>:
712ec279
L
21 +[a-f0-9]+: c3 ret
22
233cc9c1 230+8048085 <bar>:
712ec279
L
24 +[a-f0-9]+: c3 ret
25
233cc9c1
L
260+8048086 <_start>:
27 +[a-f0-9]+: ff 15 a8 90 04 08 call \*0x80490a8
28 +[a-f0-9]+: ff 25 ac 90 04 08 jmp \*0x80490ac
29 +[a-f0-9]+: c7 05 ac 90 04 08 00 00 00 00 movl \$0x0,0x80490ac
30 +[a-f0-9]+: 83 3d a8 90 04 08 00 cmpl \$0x0,0x80490a8
31 +[a-f0-9]+: b9 fc ff ff ff mov \$0xfffffffc,%ecx
712ec279 32#pass
This page took 0.210366 seconds and 4 git commands to generate.