diff packages/hal/sh/arch/current/src/sh.ld @ 80:2085233a121a ecos-sw-2000-04-07

Merge from eCos master repository on 2000-04-07-07:52:29-BST
author jlarmour
date Fri, 07 Apr 2000 07:45:04 +0000
parents 435cced73e2f
children 6736c52df507
line wrap: on
line diff
--- a/packages/hal/sh/arch/current/src/sh.ld
+++ b/packages/hal/sh/arch/current/src/sh.ld
@@ -119,8 +119,8 @@ GROUP(libtarget.a libgcc.a)
 
 #include <pkgconf/system.h>
 #include CYGHWR_MEMORY_LAYOUT_LDI
+#include CYGBLD_HAL_PLATFORM_H
 
-// Define VSR table to reside at fixed address. This address will
-// probably have to be platform specific...
-_hal_vsr_table = 0x08000000;
+// Define VSR table to reside at fixed address.
+_hal_vsr_table = CYGHWR_HAL_VSR_TABLE;