Mercurial > ecos
diff packages/hal/powerpc/arch/current/src/powerpc.ld @ 82:6736c52df507 ecos-sw-2000-04-14
Merge from eCos master repository on 2000-04-14-13:35:46-BST
| author | jlarmour |
|---|---|
| date | Tue, 18 Apr 2000 21:51:55 +0000 |
| parents | 435cced73e2f |
| children | c37d3a9e1b28 |
line wrap: on
line diff
--- a/packages/hal/powerpc/arch/current/src/powerpc.ld +++ b/packages/hal/powerpc/arch/current/src/powerpc.ld @@ -140,7 +140,6 @@ 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; +// Define VSR table to reside at fixed address. +#include CYGBLD_HAL_TARGET_H +hal_vsr_table = CYGHWR_HAL_VSR_TABLE;
