Subversion Repositories freemyipod

Rev

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

Rev 253 Rev 314
Line 9... Line 9...
9
 
9
 
10
SECTIONS
10
SECTIONS
11
{
11
{
12
    .bss (NOLOAD) :
12
    .bss (NOLOAD) :
13
    {
13
    {
-
 
14
        __bss_start = .;
14
        *(.bss*)
15
        *(.bss*)
15
        *(COMMON)
16
        *(COMMON)
-
 
17
        __bss_end = .;
-
 
18
        *(.stack*)
16
    } > RAM
19
    } > RAM
17
 
20
 
18
    .text 0x08f00000:
21
    .text 0x08f00000:
19
    {
22
    {
20
	KEEP(.execheader*)
23
	KEEP(.execheader*)