Fix bug in quirk_rust_enum
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / pie1-nacl.d
1 #source: pie1.s
2 #as: --32
3 #ld: -pie -melf_i386 -z relro
4 #objdump: -dw --sym
5 #target: i?86-*-nacl* x86_64-*-nacl*
6
7 .*: +file format .*
8
9 SYMBOL TABLE:
10 #...
11 10020000 l O .got.plt 0+ _GLOBAL_OFFSET_TABLE_
12 #...
13
14 Disassembly of section .text:
15
16 0+ <_start>:
17 +0: 8d 80 00 00 fe ef lea -0x10020000\(%eax\),%eax
18 #pass
This page took 0.02939 seconds and 4 git commands to generate.