Display symbol version when dumping dynrelocs
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / maxpage5.t
CommitLineData
f1d85785
L
1OUTPUT_FORMAT("elf32-i386")
2OUTPUT_ARCH(i386)
3ENTRY(_entry)
4PHDRS
5{
6 data PT_LOAD;
7 note PT_NOTE;
8}
9SECTIONS
10{
11 .text : { *(.text) } :data
12 .foo : { *(.foo) } :data
13 .note : { *(.note) } :note
14 /DISCARD/ : { *(*) }
15}
This page took 0.100015 seconds and 4 git commands to generate.