summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/shared
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/powerpc/shared')
-rw-r--r--c/src/lib/libbsp/powerpc/shared/startup/linkcmds.base6
1 files changed, 3 insertions, 3 deletions
diff --git a/c/src/lib/libbsp/powerpc/shared/startup/linkcmds.base b/c/src/lib/libbsp/powerpc/shared/startup/linkcmds.base
index 5a330d6a39..cfdc02542a 100644
--- a/c/src/lib/libbsp/powerpc/shared/startup/linkcmds.base
+++ b/c/src/lib/libbsp/powerpc/shared/startup/linkcmds.base
@@ -49,7 +49,7 @@ SECTIONS {
.xbarrier : ALIGN_WITH_INPUT {
. = ALIGN (bsp_section_xbarrier_align);
- } > REGION_TEXT
+ } > REGION_TEXT AT > REGION_TEXT
.text : ALIGN_WITH_INPUT {
bsp_section_text_begin = .;
@@ -82,7 +82,7 @@ SECTIONS {
.robarrier : ALIGN_WITH_INPUT {
. = ALIGN (bsp_section_robarrier_align);
- } > REGION_RODATA
+ } > REGION_RODATA AT > REGION_RODATA
.rodata : ALIGN_WITH_INPUT {
bsp_section_rodata_begin = .;
@@ -243,7 +243,7 @@ SECTIONS {
.rwbarrier : ALIGN_WITH_INPUT {
. = ALIGN (bsp_section_rwbarrier_align);
- } > REGION_DATA
+ } > REGION_DATA AT > REGION_DATA
.fast_data : ALIGN_WITH_INPUT {
bsp_section_fast_data_begin = .;