Subversion Repositories freemyipod

Rev

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

Rev 35 Rev 61
Line 54... Line 54...
54
    {
54
    {
55
        _initbssstart = .;
55
        _initbssstart = .;
56
        *(.initbss*)
56
        *(.initbss*)
57
        . = ALIGN(0x4);
57
        . = ALIGN(0x4);
58
        _initstackstart = .;
58
        _initstackstart = .;
59
        . += 0x4000;
59
        . += 0x400;
60
        _initstackend = .;
60
        _initstackend = .;
61
        _initbssend = .;
61
        _initbssend = .;
62
    } > INIT
62
    } > INIT
63
 
63
 
64
    .ibss (NOLOAD) :
64
    .ibss (NOLOAD) :