Mercurial > ecos
diff packages/hal/powerpc/arch/current/src/powerpc.ld @ 101:c37d3a9e1b28 ecos-sw-2000-06-16
Merge from eCos master repository on 2000-06-16-07:47:03-BST
| author | jlarmour |
|---|---|
| date | Fri, 16 Jun 2000 16:43:59 +0000 |
| parents | 6736c52df507 |
| children | 6ed91473a1cd |
line wrap: on
line diff
--- a/packages/hal/powerpc/arch/current/src/powerpc.ld +++ b/packages/hal/powerpc/arch/current/src/powerpc.ld @@ -140,6 +140,7 @@ GROUP(libtarget.a libgcc.a) #include <pkgconf/system.h> #include CYGHWR_MEMORY_LAYOUT_LDI -// Define VSR table to reside at fixed address. +// Define VSR and virtual tables to reside at fixed addresses. #include CYGBLD_HAL_TARGET_H hal_vsr_table = CYGHWR_HAL_VSR_TABLE; +hal_virtual_vector_table = CYGHWR_HAL_VIRTUAL_VECTOR_TABLE;
