i386: Add -z noseparate-code to linker tests
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / pr20244-1a.d
CommitLineData
74d7f0aa
L
1#source: pr20244-1.s
2#as: --32
410a69a0 3#ld: -m elf_i386 -z noseparate-code
74d7f0aa
L
4#objdump: --sym -dw
5#notarget: i?86-*-nacl* x86_64-*-nacl*
6
7.*: +file format .*
8
9SYMBOL TABLE:
10#...
110+80490a0 l O .data 00000001 bar
12#...
130+8048074 g F .text 00000000 _start
14#...
150+80490a1 g O .data 00000001 foo
16#...
17
18
19
20Disassembly of section .text:
21
220+8048074 <_start>:
23 +[a-f0-9]+: c7 05 8c 90 04 08 00 00 00 00 movl \$0x0,0x804908c
24 +[a-f0-9]+: 83 3d 90 90 04 08 00 cmpl \$0x0,0x8049090
25 +[a-f0-9]+: b9 f8 ff ff ff mov \$0xfffffff8,%ecx
26#pass
This page took 0.092889 seconds and 4 git commands to generate.