Updated Malay translation for the bfd sub-directory
[binutils-gdb.git] / ld / testsuite / ld-arm / vxworks1.ld
blob9a3436c12f547ebb47d74244cacccb9481a6dd0d
1 OUTPUT_FORMAT("elf32-littlearm-vxworks", "elf32-bigarm-vxworks",
2               "elf32-littlearm-vxworks")
3 OUTPUT_ARCH(arm)
5 SECTIONS
7   . = 0x80000;
8   .interp : { *(.interp) }
9   .hash : { *(.hash) }
10   .dynsym : { *(.dynsym) }
11   .dynstr : { *(.dynstr) }
13   . = ALIGN (0x400);
14   .rela.dyn : { *(.rela.dyn) }
15   .rela.plt : { *(.rela.plt) }
17   . = ALIGN (0x400);
18   .plt : { *(.plt) }
20   . = ALIGN (0x400);
21   .text : { *(.text) }
23   . = ALIGN (0x1000);
24   .dynamic : { *(.dynamic) }
26   . = ALIGN (0x400);
27   .got : { *(.got.plt) *(.got) }
29   . = ALIGN (0x400);
30   .data : { *(.data) }
32   . = ALIGN (0x400);
33   .bss : { *(.bss) *(.dynbss) }