Mercurial > flash_v2
comparison packages/hal/powerpc/arch/current/src/powerpc.ld @ 70:c5536bad4c24 ecos-sw-2000-02-11
Merge from eCos master repository on 2000-02-11-15:46:40-GMT
| author | jlarmour |
|---|---|
| date | Fri, 11 Feb 2000 16:47:32 +0000 |
| parents | bf00f99aec69 |
| children | 435cced73e2f |
comparison
equal
deleted
inserted
replaced
| 69:9a9babddf7e7 | 70:c5536bad4c24 |
|---|---|
| 38 // | 38 // |
| 39 //####DESCRIPTIONEND#### | 39 //####DESCRIPTIONEND#### |
| 40 // | 40 // |
| 41 //========================================================================*/ | 41 //========================================================================*/ |
| 42 STARTUP(vectors.o) | 42 STARTUP(vectors.o) |
| 43 ENTRY(reset_vector) | 43 ENTRY(__exception_reset) |
| 44 #ifdef EXTRAS | 44 #ifdef EXTRAS |
| 45 INPUT(extras.o) | 45 INPUT(extras.o) |
| 46 #endif | 46 #endif |
| 47 GROUP(libtarget.a libgcc.a) | 47 GROUP(libtarget.a libgcc.a) |
| 48 | 48 |
| 136 | 136 |
| 137 #define SECTIONS_END . = ALIGN(4); _end = .; PROVIDE (end = .); | 137 #define SECTIONS_END . = ALIGN(4); _end = .; PROVIDE (end = .); |
| 138 | 138 |
| 139 #include <pkgconf/system.h> | 139 #include <pkgconf/system.h> |
| 140 #include CYGHWR_MEMORY_LAYOUT_LDI | 140 #include CYGHWR_MEMORY_LAYOUT_LDI |
| 141 | |
| 142 // Define VSR table to reside at fixed address. This address will | |
| 143 // probably have to be variant specific for optimal memory usage, but | |
| 144 // for now just put it above the PPC family reserved exception space. | |
| 145 hal_vsr_table = 0x3000; |
