Subversion Repositories freemyipod

Rev

Rev 15 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 15 Rev 35
Line 12... Line 12...
12
 
12
 
13
SECTIONS
13
SECTIONS
14
{
14
{
15
    .init :
15
    .init :
16
    {
16
    {
-
 
17
        _initstart = .;
17
        *(.initcode*)
18
        *(.initcode*)
18
        *(.initrodata*)
19
        *(.initrodata*)
19
        *(.initdata*)
20
        *(.initdata*)
20
        . = ALIGN(0x4);
21
        . = ALIGN(0x4);
-
 
22
        _initend = .;
21
    } > INIT
23
    } > INIT
22
 
24
 
23
    .sram :
25
    .sram :
24
    {
26
    {
25
        _sramstart = .;
27
        _sramstart = .;