summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/shared/include
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-05-21 14:19:24 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-05-27 12:49:13 +0200
commitcab410f7d913786e71c84f46fe7380d3320adcf1 (patch)
treeef3f38a7e7bfd96eb9f0121153c1006af73406d3 /c/src/lib/libbsp/powerpc/shared/include
parentarm: Add CPU specific idle thread for ARMv7 (diff)
downloadrtems-cab410f7d913786e71c84f46fe7380d3320adcf1.tar.bz2
bsps: Update due to linker changes
In case the VMA and LMA regions differ, the LMA start address is now no longer aligned with the alignment of the input sections: http://sourceware.org/bugzilla/show_bug.cgi?id=15222
Diffstat (limited to 'c/src/lib/libbsp/powerpc/shared/include')
-rw-r--r--c/src/lib/libbsp/powerpc/shared/include/linker-symbols.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/powerpc/shared/include/linker-symbols.h b/c/src/lib/libbsp/powerpc/shared/include/linker-symbols.h
index 7bfc6e2304..77337ade26 100644
--- a/c/src/lib/libbsp/powerpc/shared/include/linker-symbols.h
+++ b/c/src/lib/libbsp/powerpc/shared/include/linker-symbols.h
@@ -61,6 +61,12 @@ LINKER_SYMBOL(bsp_section_rodata_size)
LINKER_SYMBOL(bsp_section_rodata_load_begin)
LINKER_SYMBOL(bsp_section_rodata_load_end)
+LINKER_SYMBOL(bsp_section_sdata2_begin)
+LINKER_SYMBOL(bsp_section_sdata2_end)
+LINKER_SYMBOL(bsp_section_sdata2_size)
+LINKER_SYMBOL(bsp_section_sdata2_load_begin)
+LINKER_SYMBOL(bsp_section_sdata2_load_end)
+
LINKER_SYMBOL(bsp_section_fast_data_begin)
LINKER_SYMBOL(bsp_section_fast_data_end)
LINKER_SYMBOL(bsp_section_fast_data_size)
@@ -73,6 +79,12 @@ LINKER_SYMBOL(bsp_section_data_size)
LINKER_SYMBOL(bsp_section_data_load_begin)
LINKER_SYMBOL(bsp_section_data_load_end)
+LINKER_SYMBOL(bsp_section_sdata_begin)
+LINKER_SYMBOL(bsp_section_sdata_end)
+LINKER_SYMBOL(bsp_section_sdata_size)
+LINKER_SYMBOL(bsp_section_sdata_load_begin)
+LINKER_SYMBOL(bsp_section_sdata_load_end)
+
LINKER_SYMBOL(bsp_section_bss_begin)
LINKER_SYMBOL(bsp_section_bss_end)
LINKER_SYMBOL(bsp_section_bss_size)