bfd/
[binutils.git] / ld / testsuite / ld-sparc / vxworks1.ld
blobce750b00fad8834a9aff298e3278f63696c8865d
1 SECTIONS
3   . = 0x80000;
4   .interp : { *(.interp) }
5   .hash : { *(.hash) }
6   .dynsym : { *(.dynsym) }
7   .dynstr : { *(.dynstr) }
9   . = ALIGN (0x400);
10   .rela.dyn : { *(.rela.dyn) }
11   .rela.plt : { *(.rela.plt) }
13   . = ALIGN (0x400);
14   .plt : { *(.plt) }
16   . = ALIGN (0x400);
17   .text : { *(.text) }
19   . = ALIGN (0x10000);
20   .dynamic : { *(.dynamic) }
22   . = ALIGN (0x400);
23   .got : { *(.got.plt) *(.got) }
25   . = ALIGN (0x400);
26   .data : { *(.data) }
28   . = ALIGN (0x400);
29   .bss : { *(.bss) }