Remove x86 NaCl target support
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / pie1.d
1 #as: --32
2 #ld: -pie -melf_i386 -z relro -z noseparate-code
3 #objdump: -dw --sym
4
5 .*: +file format .*
6
7 SYMBOL TABLE:
8 #...
9 0+2000 l O .got.plt 0+ _GLOBAL_OFFSET_TABLE_
10 #...
11
12 Disassembly of section .text:
13
14 .* <_start>:
15 .*: 8d 80 00 e0 ff ff lea -0x2000\(%eax\),%eax
16 #pass
This page took 0.031248 seconds and 5 git commands to generate.