Subversion Repositories freemyipod

Rev

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

Rev 98 Rev 133
Line 4... Line 4...
4
STARTUP(build/ipodnano2g/target/ipodnano2g/crt0.o)
4
STARTUP(build/ipodnano2g/target/ipodnano2g/crt0.o)
5
 
5
 
6
MEMORY
6
MEMORY
7
{
7
{
8
    INIT : ORIGIN = 0x08000000, LENGTH = 0x01eff000
8
    INIT : ORIGIN = 0x08000000, LENGTH = 0x01eff000
-
 
9
    INITBSS : ORIGIN = 0x09e00000, LENGTH = 0x0017f000
9
    INITSTACK : ORIGIN = 0x09eff000, LENGTH = 0x00001000
10
    INITSTACK : ORIGIN = 0x09f7f000, LENGTH = 0x00001000
10
    SRAM : ORIGIN = 0x22000000, LENGTH = 0x0002bdf0
11
    SRAM : ORIGIN = 0x22000000, LENGTH = 0x0002bdf0
11
    SDRAM : ORIGIN = 0x09f00000, LENGTH = 0x00100000
12
    SDRAM : ORIGIN = 0x09f80000, LENGTH = 0x00100000
12
}
13
}
13
 
14
 
14
SECTIONS
15
SECTIONS
15
{
16
{
16
    .init :
17
    .init :
Line 59... Line 60...
59
        . = ALIGN(0x4);
60
        . = ALIGN(0x4);
60
        _initstackstart = .;
61
        _initstackstart = .;
61
        . += 0x400;
62
        . += 0x400;
62
        _initstackend = .;
63
        _initstackend = .;
63
        _initbssend = .;
64
        _initbssend = .;
64
    } > INIT
65
    } > INITBSS
65
 
66
 
66
    .ibss (NOLOAD) :
67
    .ibss (NOLOAD) :
67
    {
68
    {
68
        _ibssstart = .;
69
        _ibssstart = .;
69
        *(.ibss*)
70
        *(.ibss*)