Fix ARI text for floatformat_from_double
[deliverable/binutils-gdb.git] / ld / testsuite / ld-csky / emit-relocs-1.ld
1 ENTRY(__start)
2 SECTIONS
3 {
4 . = 0x80000;
5 .text : { *(.text) }
6
7 . = ALIGN (0x400);
8 .merge1 : { *(.merge1) }
9
10 . = ALIGN (0x400);
11 .merge2 : { *(.merge2) }
12
13 . = ALIGN (0x400);
14 .merge3 : { *(.merge3) }
15
16 . = ALIGN (0x400);
17 .data : { *(.data) }
18
19 /DISCARD/ : { *(*) }
20 }
This page took 0.030267 seconds and 4 git commands to generate.