Subversion Repositories freemyipod

Rev

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

Rev 436 Rev 437
Line 54... Line 54...
54
    {
54
    {
55
        _initstart = .;
55
        _initstart = .;
56
        *(.initcode*)
56
        *(.initcode*)
57
        *(.initrodata*)
57
        *(.initrodata*)
58
        *(.initdata*)
58
        *(.initdata*)
59
        *(.inittail*)
-
 
60
        . = ALIGN(0x4);
59
        . = ALIGN(0x4);
61
        _initend = .;
60
        _initend = .;
62
    } > INIT
61
    } > INIT
63
 
62
 
-
 
63
    .inittail :
-
 
64
    {
-
 
65
        _inittailstart = .;
-
 
66
        *(.inittail*)
-
 
67
        . = ALIGN(0x4);
-
 
68
        _inittailend = .;
-
 
69
    } > INIT
-
 
70
 
64
    .ibss (NOLOAD) :
71
    .ibss (NOLOAD) :
65
    {
72
    {
66
        _ibssstart = .;
73
        _ibssstart = .;
67
        *(.ibss*)
74
        *(.ibss*)
68
        . = ALIGN(0x4);
75
        . = ALIGN(0x4);