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, 4 insertions, 1 deletions
diff --git a/src/kernel.ld b/src/kernel.ld
index 56c07d026..e1fddb7b7 100644
--- a/src/kernel.ld
+++ b/src/kernel.ld
@@ -5,7 +5,9 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* COPYRIGHT International Business Machines Corp. 2010,2014 */
+/* Contributors Listed Below - COPYRIGHT 2010,2014 */
+/* [+] International Business Machines Corp. */
+/* */
/* */
/* Licensed under the Apache License, Version 2.0 (the "License"); */
/* you may not use this file except in compliance with the License. */
@@ -43,6 +45,7 @@ SECTIONS
ctor_end_address = .;
*(.rodata)
*(.rodata.*)
+ . = ALIGN(8);
toc_load_address = .;
*(.toc)
*(.opd)
OpenPOWER on IntegriCloud