Mercurial > flash_v2
diff 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 |
line wrap: on
line diff
--- a/packages/hal/powerpc/arch/current/src/powerpc.ld +++ b/packages/hal/powerpc/arch/current/src/powerpc.ld @@ -40,7 +40,7 @@ // //========================================================================*/ STARTUP(vectors.o) -ENTRY(reset_vector) +ENTRY(__exception_reset) #ifdef EXTRAS INPUT(extras.o) #endif @@ -138,3 +138,8 @@ GROUP(libtarget.a libgcc.a) #include <pkgconf/system.h> #include CYGHWR_MEMORY_LAYOUT_LDI + +// Define VSR table to reside at fixed address. This address will +// probably have to be variant specific for optimal memory usage, but +// for now just put it above the PPC family reserved exception space. +hal_vsr_table = 0x3000;
