* dw2gencfi.c (DWARF2_FDE_RELOC_SIZE): New.
[binutils.git] / ld / testsuite / ld-elf / seg.t
blob2f86acf18ff31a531c40ef3fef7cc9a57f988068
2 SECTIONS
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) }