summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-mn10300/i135409-5.t
blob: 8b42814603d35522f0761c23e84d7b94820d0895 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
SECTIONS
{
       . = 0x0;
       .text1 :
       {
               *(.text1)
       }

       . = 0x700;
       .text :
       {
               *(.text)
       }
       . = 0x8100;
       .bss :
       {
               *(.bss)
       }
       .data :
       {
               *(.data)
       }
}