PR 17287, DT_NEEDED of unneeded libraries affects --as-needed
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / seg.t
1
2 SECTIONS
3 {
4 reset - 4 :
5 {
6 *(reset)
7 }
8 boot - 0x1000 :
9 {
10 *(boot)
11 } = 0xffff
12 . = + SIZEOF_HEADERS;
13 .text : { *(.text) }
14 .data : { *(.data) }
15 .bss : { *(.bss) }
16 }
This page took 0.029295 seconds and 4 git commands to generate.