comparison packages/hal/arm/cma230/current/include/pkgconf/mlt_arm_cma230_ram.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 797268ecc331
children 435cced73e2f
comparison
equal deleted inserted replaced
53:bf22a672b71b 54:f10165814f1e
1 //=========================================================================== 1 // eCos memory layout - Tue Nov 09 08:15:25 1999
2 //
3 // MLT linker script export
4 //
5 //===========================================================================
6 //####COPYRIGHTBEGIN####
7 //
8 // -------------------------------------------
9 // The contents of this file are subject to the Cygnus eCos Public License
10 // Version 1.0 (the "License"); you may not use this file except in
11 // compliance with the License. You may obtain a copy of the License at
12 // http://sourceware.cygnus.com/ecos
13 //
14 // Software distributed under the License is distributed on an "AS IS"
15 // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
16 // License for the specific language governing rights and limitations under
17 // the License.
18 //
19 // The Original Code is eCos - Embedded Cygnus Operating System, released
20 // September 30, 1998.
21 //
22 // The Initial Developer of the Original Code is Cygnus. Portions created
23 // by Cygnus are Copyright (C) 1998,1999 Cygnus Solutions. All Rights Reserved.
24 // -------------------------------------------
25 //
26 //####COPYRIGHTEND####
27 //===========================================================================
28
29 // eCos memory layout - Mon May 17 08:04:39 1999
30 2
31 // This is a generated file - do not edit 3 // This is a generated file - do not edit
32 4
33 MEMORY 5 MEMORY
34 { 6 {
35 ram : ORIGIN = 0x8000, LENGTH = 0x1b8000 7 ram : ORIGIN = 0, LENGTH = 0x200000
36 } 8 }
37 9
38 SECTIONS 10 SECTIONS
39 { 11 {
40 SECTIONS_BEGIN 12 SECTIONS_BEGIN
41 SECTION_rom_vectors (ram, 0x8000, LMA_EQ_VMA) 13 __reserved = 0; . = __reserved + 0x8000;
14 SECTION_rom_vectors (ram, ALIGN (0x1), LMA_EQ_VMA)
42 SECTION_text (ram, ALIGN (0x1), LMA_EQ_VMA) 15 SECTION_text (ram, ALIGN (0x1), LMA_EQ_VMA)
43 SECTION_fini (ram, ALIGN (0x1), LMA_EQ_VMA) 16 SECTION_fini (ram, ALIGN (0x1), LMA_EQ_VMA)
44 SECTION_rodata (ram, ALIGN (0x1), LMA_EQ_VMA) 17 SECTION_rodata (ram, ALIGN (0x1), LMA_EQ_VMA)
45 SECTION_rodata1 (ram, ALIGN (0x1), LMA_EQ_VMA) 18 SECTION_rodata1 (ram, ALIGN (0x1), LMA_EQ_VMA)
46 SECTION_fixup (ram, ALIGN (0x1), LMA_EQ_VMA) 19 SECTION_fixup (ram, ALIGN (0x1), LMA_EQ_VMA)