summaryrefslogtreecommitdiffstats
path: root/src/kernel.ld
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel.ld')
-rw-r--r--src/kernel.ld5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/kernel.ld b/src/kernel.ld
index 368605e9b..3f9060548 100644
--- a/src/kernel.ld
+++ b/src/kernel.ld
@@ -5,7 +5,7 @@
*
* IBM CONFIDENTIAL
*
- * COPYRIGHT International Business Machines Corp. 2010 - 2011
+ * COPYRIGHT International Business Machines Corp. 2010-2012
*
* p1
*
@@ -19,7 +19,7 @@
*
* Origin: 30
*
- * IBM_PROLOG_END
+ * IBM_PROLOG_END_TAG
*/
base_load_address = 0x00000000;
text_load_address = 0x00003000;
@@ -31,6 +31,7 @@ SECTIONS
.text ALIGN(0x1000): {
*(.text.intvects)
. = text_load_address;
+ *(.text.kernelasm)
*(.text)
*(.text._*)
*(.rodata)
OpenPOWER on IntegriCloud