view packages/hal/sh/edk/current/include/pkgconf/mlt_sh_edk7708_romram.ldi @ 82:6736c52df507 ecos-sw-2000-04-14

Merge from eCos master repository on 2000-04-14-13:35:46-BST
author jlarmour
date Tue, 18 Apr 2000 21:51:55 +0000
parents
children 5a0cc6c243a9
line wrap: on
line source

// eCos memory layout - Wed Apr 12 15:28:35 2000

// This is a generated file - do not edit

MEMORY
{
    ram : ORIGIN = 0x8000100, LENGTH = 0xfff00
    rom : ORIGIN = 0xa0000000, LENGTH = 0x20000
}

SECTIONS
{
    SECTIONS_BEGIN
    SECTION_vectors (ram, 0x8000100, AT (0xa0000000))
    SECTION_text (ram, ALIGN (0x10), FOLLOWING (.vectors))
    SECTION_fini (ram, ALIGN (0x10), FOLLOWING (.text))
    SECTION_rodata1 (ram, ALIGN (0x10), FOLLOWING (.fini))
    SECTION_rodata (ram, ALIGN (0x10), FOLLOWING (.rodata1))
    SECTION_fixup (ram, ALIGN (0x10), FOLLOWING (.rodata))
    SECTION_gcc_except_table (ram, ALIGN (0x10), FOLLOWING (.fixup))
    SECTION_data (ram, ALIGN (0x10), FOLLOWING (.gcc_except_table))
    SECTION_bss (ram, ALIGN (0x10), FOLLOWING (.data))
    SECTIONS_END
}