summaryrefslogtreecommitdiffstats
path: root/src/kernel.ld
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel.ld')
-rw-r--r--src/kernel.ld3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/kernel.ld b/src/kernel.ld
index d55da99de..d1f2cef42 100644
--- a/src/kernel.ld
+++ b/src/kernel.ld
@@ -5,7 +5,7 @@
/* */
/* IBM CONFIDENTIAL */
/* */
-/* COPYRIGHT International Business Machines Corp. 2010,2012 */
+/* COPYRIGHT International Business Machines Corp. 2010,2013 */
/* */
/* p1 */
/* */
@@ -33,6 +33,7 @@ SECTIONS
*(.text.kernelasm)
*(.text)
*(.text._*)
+ *(.text.*)
*(.rodata)
*(.rodata.*)
. = ALIGN(0x8);
OpenPOWER on IntegriCloud