Fix failure in x86_64 linker tests when compiling with a PIE enabled compiler.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr14207.d
CommitLineData
8981c88a
L
1#name: PR ld/14207
2#as: --64
3#ld: -melf_x86_64 -shared -z relro -z now
4#readelf: -l --wide
43a8475c 5#target: x86_64-*-linux*
8981c88a 6
43a8475c 7Elf file type is DYN \(Shared object file\)
8f79b794 8Entry point 0x1c1
43a8475c
L
9There are 4 program headers, starting at offset 64
10
11Program Headers:
12 Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
8f79b794 13 LOAD 0x000000 0x0000000000000000 0x0000000000000000 0x0001c8 0x0001c8 R 0x200000
2279a12a
JB
14 LOAD 0x000b.8 0x0000000000200b.8 0x0000000000200b.8 0x0004.0 0x000c.8 RW 0x200000
15 DYNAMIC 0x000b.0 0x0000000000200b.0 0x0000000000200b.0 0x0001.0 0x0001.0 RW 0x8
16 GNU_RELRO 0x000b.8 0x0000000000200b.8 0x0000000000200b.8 0x0004.8 0x0004.8 R 0x1
43a8475c
L
17
18 Section to Segment mapping:
19 Segment Sections...
2279a12a
JB
20 00 \.hash \.dynsym \.dynstr
21 01 \.(init_array|ctors) \.(fini_array|dtors) \.jcr \.data\.rel\.ro \.dynamic \.got .bss
22 02 \.dynamic
23 03 \.(init_array|ctors) \.(fini_array|dtors) \.jcr \.data\.rel\.ro \.dynamic \.got
43a8475c 24#pass
This page took 0.216961 seconds and 4 git commands to generate.