Mercurial > nand-ecoscentric
view packages/hal/sh/edk/current/include/pkgconf/mlt_sh_edk7708_romram.ldi @ 105:5a0cc6c243a9 ecos-sw-2000-06-30
Merge from eCos master repository on 2000-06-30-08:18:49-BST
| author | jlarmour |
|---|---|
| date | Fri, 30 Jun 2000 16:27:35 +0000 |
| parents | 6736c52df507 |
| children | eb9fd8c04db3 |
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 = 0x8000200, LENGTH = 0xffe00 rom : ORIGIN = 0xa0000000, LENGTH = 0x20000 } SECTIONS { SECTIONS_BEGIN SECTION_vectors (ram, 0x8000200, 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 }
