summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-mn10300/i135409-4.t
blob: 9d905cbd065c89040ab46ea74be0804966f3d025 (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;
        .text :
        {
                *(.text)
        }

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