PR 17287, DT_NEEDED of unneeded libraries affects --as-needed
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / nobits-1.t
1 ENTRY(_entry)
2 PHDRS
3 {
4 data PT_LOAD;
5 }
6 SECTIONS
7 {
8 . = 0x1000000;
9 .foo : { *(.foo) } :data
10 . = 0x2000000;
11 .bar : { *(.bar) } :data
12 /DISCARD/ : { *(*) }
13 }
This page took 0.028884 seconds and 4 git commands to generate.