From 1ef46438da505e9fa13ad7331d11262a9f726de5 Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Tue, 1 Jul 2014 21:35:40 -0500 Subject: Build changes to support buildroot Change-Id: I8f2bef01886d69d275824054faac4be34b9cac6b Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11943 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III --- src/module.ld | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/module.ld') 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) -- cgit v1.2.1