comparison packages/hal/arm/cma230/current/include/pkgconf/mlt_arm_cma230_rom.ldi @ 46:797268ecc331 ecos-sw-1999-10-19

Merge from eCos master repository on 1999-10-19-18:55:31-BST
author jlarmour
date Tue, 19 Oct 1999 19:19:52 +0000
parents
children f10165814f1e
comparison
equal deleted inserted replaced
45:91d213c0da48 46:797268ecc331
1 //===========================================================================
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
30 // eCos memory layout - Thu May 20 11:04:13 1999
31
32 // This is a generated file - do not edit
33
34 MEMORY
35 {
36 ram : ORIGIN = 0x400, LENGTH = 0x200000
37 rom : ORIGIN = 0xe000000, LENGTH = 0x40000
38 }
39
40 SECTIONS
41 {
42 SECTIONS_BEGIN
43 SECTION_rom_vectors (rom, 0xe000000, LMA_EQ_VMA)
44 SECTION_text (rom, ALIGN (0x1), LMA_EQ_VMA)
45 SECTION_fini (rom, ALIGN (0x1), LMA_EQ_VMA)
46 SECTION_rodata (rom, ALIGN (0x1), LMA_EQ_VMA)
47 SECTION_rodata1 (rom, ALIGN (0x1), LMA_EQ_VMA)
48 SECTION_fixup (rom, ALIGN (0x1), LMA_EQ_VMA)
49 SECTION_gcc_except_table (rom, ALIGN (0x1), LMA_EQ_VMA)
50 SECTION_data (ram, 0x400, FOLLOWING (.gcc_except_table))
51 SECTION_bss (ram, ALIGN (0x4), LMA_EQ_VMA)
52 SECTIONS_END
53 }