summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSachin Gupta <sgupta2m@in.ibm.com>2016-09-30 23:19:14 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2016-10-06 04:14:19 -0400
commit30e81626fa495b3800850df4e82f4c1e0320804b (patch)
treefd7119a677c98c14519920d2fd25664d4e026dff
parent767e6a27662116d48bdd6a69c79206a3177bf94b (diff)
downloadtalos-sbe-30e81626fa495b3800850df4e82f4c1e0320804b.tar.gz
talos-sbe-30e81626fa495b3800850df4e82f4c1e0320804b.zip
Change location of text section
Change-Id: Id75ed5ffd8e4c69385fd89977b6faf35aa0d161a Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/30583 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Martin Peschke <mpeschke@de.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
-rw-r--r--src/build/linkerscripts/linkseeprom.cmd13
1 files changed, 8 insertions, 5 deletions
diff --git a/src/build/linkerscripts/linkseeprom.cmd b/src/build/linkerscripts/linkseeprom.cmd
index afcf1590..ad478996 100644
--- a/src/build/linkerscripts/linkseeprom.cmd
+++ b/src/build/linkerscripts/linkseeprom.cmd
@@ -93,6 +93,14 @@ SECTIONS
} > seeprom
_fixed_size = . - _fixed_origin;
+ ////////////////////////////////
+ // text
+ ////////////////////////////////
+ .text ALIGN(8): {
+ _text_origin = .; _text_offset = . - _seeprom_origin;
+ *\libistep2.a:(.text* ) *\libistep3.a:(.text* ) *\libistep4.a:(.text* ) } > seeprom
+ _text_size = . - _text_origin;
+
////////////////////////////////
// FIXED_TOC
////////////////////////////////
@@ -117,11 +125,6 @@ SECTIONS
} > seeprom
_strings_size = . - _strings_origin;
- .text ALIGN(8): {
- _text_origin = .; _text_offset = . - _seeprom_origin;
- *\libistep2.a:(.text* ) *\libistep3.a:(.text* ) *\libistep4.a:(.text* ) } > seeprom
- _text_size = . - _text_origin;
-
_seeprom_size = . - _seeprom_origin;
// TODO via RTC 149153
OpenPOWER on IntegriCloud