Upload Tizen:Base source
[external/binutils.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 }