summaryrefslogtreecommitdiffstats
path: root/skiboot.lds.S
diff options
context:
space:
mode:
Diffstat (limited to 'skiboot.lds.S')
-rw-r--r--skiboot.lds.S4
1 files changed, 3 insertions, 1 deletions
diff --git a/skiboot.lds.S b/skiboot.lds.S
index 82cbdb28..4e905f87 100644
--- a/skiboot.lds.S
+++ b/skiboot.lds.S
@@ -47,11 +47,13 @@ SECTIONS
}
. = ALIGN(0x10);
+ _stext = .;
.text : {
*(.text*)
*(.sfpr)
}
-
+ _etext = .;
+
.rodata : {
__rodata_start = .;
*(.rodata .rodata.*)
OpenPOWER on IntegriCloud