summaryrefslogtreecommitdiffstats
path: root/src/module.ld
diff options
context:
space:
mode:
Diffstat (limited to 'src/module.ld')
-rw-r--r--src/module.ld5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/module.ld b/src/module.ld
index 36d0e7f6a..2716f1a92 100644
--- a/src/module.ld
+++ b/src/module.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. */
@@ -36,6 +38,7 @@ SECTIONS
ctor_end_address = .;
*(.rodata)
*(.rodata.*)
+ . = ALIGN(8);
*(.toc)
*(.opd)
*(.got)
OpenPOWER on IntegriCloud