Mercurial > nand-ecoscentric
comparison packages/hal/arm/edb7xxx/current/include/pkgconf/mlt_arm_edb7211_stubs.ldi @ 54:f10165814f1e ecos-sw-1999-11-19
Merge from eCos master repository on 1999-11-19-22:24:39-GMT
| author | jlarmour |
|---|---|
| date | Fri, 19 Nov 1999 23:37:56 +0000 |
| parents | |
| children | 755351606154 |
comparison
equal
deleted
inserted
replaced
| 53:bf22a672b71b | 54:f10165814f1e |
|---|---|
| 1 // eCos memory layout - Wed Oct 27 13:37:57 1999 | |
| 2 | |
| 3 // This is a generated file - do not edit | |
| 4 | |
| 5 MEMORY | |
| 6 { | |
| 7 ram : ORIGIN = 0, LENGTH = 0x00FD7000 | |
| 8 rom : ORIGIN = 0xe0000000, LENGTH = 0x800000 | |
| 9 } | |
| 10 | |
| 11 SECTIONS | |
| 12 { | |
| 13 SECTIONS_BEGIN | |
| 14 SECTION_rom_vectors (rom, 0xe0000000, LMA_EQ_VMA) | |
| 15 SECTION_text (rom, ALIGN (0x1), LMA_EQ_VMA) | |
| 16 SECTION_fini (rom, ALIGN (0x1), LMA_EQ_VMA) | |
| 17 SECTION_rodata (rom, ALIGN (0x1), LMA_EQ_VMA) | |
| 18 SECTION_rodata1 (rom, ALIGN (0x1), LMA_EQ_VMA) | |
| 19 SECTION_fixup (rom, ALIGN (0x1), LMA_EQ_VMA) | |
| 20 SECTION_gcc_except_table (rom, ALIGN (0x1), LMA_EQ_VMA) | |
| 21 __reserved = 0; | |
| 22 SECTION_data (ram, 0x1000, FOLLOWING (.gcc_except_table)) | |
| 23 SECTION_bss (ram, ALIGN (0x4), LMA_EQ_VMA) | |
| 24 SECTIONS_END | |
| 25 } |
