i386: Add tests for PIE with undefined weak symbol
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / pie1.d
CommitLineData
89d249d2
L
1#as: --32
2#ld: -pie -melf_i386 -z relro
3#objdump: -dw --sym
4#notarget: i?86-*-nacl* x86_64-*-nacl*
5
6.*: +file format .*
7
8SYMBOL TABLE:
9#...
100+2000 l O .got.plt 0+ _GLOBAL_OFFSET_TABLE_
11#...
12
13Disassembly of section .text:
14
150+129 <_start>:
16 +129: 8d 80 00 e0 ff ff lea -0x2000\(%eax\),%eax
17#pass
This page took 0.024368 seconds and 4 git commands to generate.