Subversion Repositories freemyipod

Rev

Rev 454 | Rev 491 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 454 Rev 459
Line 9... Line 9...
9
 
9
 
10
SECTIONS
10
SECTIONS
11
{
11
{
12
    .text :
12
    .text :
13
    {
13
    {
-
 
14
        __emcore_app_base = .;
14
	KEEP(.emcoreentrypoint*)
15
	KEEP(.emcoreentrypoint*)
15
	*(.emcoreentrypoint*)
16
	*(.emcoreentrypoint*)
16
        *(.text*)
17
        *(.text*)
17
        *(.glue_7)
18
        *(.glue_7)
18
        *(.glue_7t)
19
        *(.glue_7t)
Line 27... Line 28...
27
        . = ALIGN(0x4);
28
        . = ALIGN(0x4);
28
    } > VIRTUAL
29
    } > VIRTUAL
29
 
30
 
30
    .bss (NOLOAD) :
31
    .bss (NOLOAD) :
31
    {
32
    {
32
        __bss_start = .;
-
 
33
        *(.bss*)
33
        *(.bss*)
34
        *(COMMON)
34
        *(COMMON)
35
        __bss_end = .;
-
 
36
    } > VIRTUAL
35
    } > VIRTUAL
37
 
36
 
38
    /DISCARD/ :
37
    /DISCARD/ :
39
    {
38
    {
40
        *(.eh_frame)
39
        *(.eh_frame)