comparison packages/hal/arm/edb7xxx/current/include/pkgconf/mlt_arm_edb7211_stubs.ldi @ 56:755351606154 ecos-sw-1999-12-01

Merge from eCos master repository on 1999-12-01-18:03:05-GMT
author jlarmour
date Wed, 01 Dec 1999 18:33:37 +0000
parents f10165814f1e
children
comparison
equal deleted inserted replaced
55:05cdf76cd56c 56:755351606154
1 // eCos memory layout - Wed Oct 27 13:37:57 1999 1 // eCos memory layout - Mon Nov 22 15:16:19 1999
2 2
3 // This is a generated file - do not edit 3 // This is a generated file - do not edit
4 4
5 MEMORY 5 MEMORY
6 { 6 {
7 ram : ORIGIN = 0, LENGTH = 0x00FD7000 7 ram : ORIGIN = 0, LENGTH = 0xfd7000
8 rom : ORIGIN = 0xe0000000, LENGTH = 0x800000 8 rom : ORIGIN = 0xe0000000, LENGTH = 0x800000
9 } 9 }
10 10
11 SECTIONS 11 SECTIONS
12 { 12 {
16 SECTION_fini (rom, ALIGN (0x1), LMA_EQ_VMA) 16 SECTION_fini (rom, ALIGN (0x1), LMA_EQ_VMA)
17 SECTION_rodata (rom, ALIGN (0x1), LMA_EQ_VMA) 17 SECTION_rodata (rom, ALIGN (0x1), LMA_EQ_VMA)
18 SECTION_rodata1 (rom, ALIGN (0x1), LMA_EQ_VMA) 18 SECTION_rodata1 (rom, ALIGN (0x1), LMA_EQ_VMA)
19 SECTION_fixup (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) 20 SECTION_gcc_except_table (rom, ALIGN (0x1), LMA_EQ_VMA)
21 SECTION_mmu_tables (rom, ALIGN (0x4000), LMA_EQ_VMA)
21 __reserved = 0; 22 __reserved = 0;
22 SECTION_data (ram, 0x1000, FOLLOWING (.gcc_except_table)) 23 SECTION_data (ram, 0x1000, FOLLOWING (.mmu_tables))
23 SECTION_bss (ram, ALIGN (0x4), LMA_EQ_VMA) 24 SECTION_bss (ram, ALIGN (0x4), LMA_EQ_VMA)
24 SECTIONS_END 25 SECTIONS_END
25 } 26 }