Remove ARI check for multiple calls to warning or error
[deliverable/binutils-gdb.git] / ld / testsuite / ld-pru / emit-relocs-1.ld
CommitLineData
0220170b
DD
1ENTRY(_start)
2SECTIONS
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.150206 seconds and 4 git commands to generate.