[rtems commit] arm shared: Add bsp_translation_table_end the linker symbols .

Chris Johns chrisj at rtems.org
Tue Dec 10 01:30:55 UTC 2013


Module:    rtems
Branch:    master
Commit:    136a84782bcf4c169f504d329005a1d50c76aacc
Changeset: http://git.rtems.org/rtems/commit/?id=136a84782bcf4c169f504d329005a1d50c76aacc

Author:    Chris Johns <chrisj at rtems.org>
Date:      Tue Dec 10 12:28:09 2013 +1100

arm shared: Add bsp_translation_table_end the linker symbols.

---

 .../lib/libbsp/arm/shared/include/linker-symbols.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/c/src/lib/libbsp/arm/shared/include/linker-symbols.h b/c/src/lib/libbsp/arm/shared/include/linker-symbols.h
index 0d69411..1cc1e8d 100644
--- a/c/src/lib/libbsp/arm/shared/include/linker-symbols.h
+++ b/c/src/lib/libbsp/arm/shared/include/linker-symbols.h
@@ -128,6 +128,7 @@ LINKER_SYMBOL(bsp_start_vector_table_end)
 LINKER_SYMBOL(bsp_start_vector_table_size)
 
 LINKER_SYMBOL(bsp_translation_table_base)
+LINKER_SYMBOL(bsp_translation_table_end)
 
 #define BSP_FAST_TEXT_SECTION __attribute__((section(".bsp_fast_text")))
 




More information about the vc mailing list