Automatic date update in version.in
[binutils-gdb.git] / ld / testsuite / ld-csky / emit-relocs-1.ld
blob574030b04f3b3a28e0ab6aabd219db922526f8fa
1 ENTRY(__start)
2 SECTIONS
4   . = 0x80000;
5   .text : { *(.text) }
7   . = ALIGN (0x400);
8   .merge1 : { *(.merge1) }
10   . = ALIGN (0x400);
11   .merge2 : { *(.merge2) }
13   . = ALIGN (0x400);
14   .merge3 : { *(.merge3) }
16   . = ALIGN (0x400);
17   .data : { *(.data) }
19   /DISCARD/ : { *(*) }