summaryrefslogtreecommitdiffstats
path: root/src/module.ld
diff options
context:
space:
mode:
authorZach Clark <zach@ibm.com>2019-05-15 16:55:47 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-05-30 10:43:19 -0500
commitff818674b1810fe56f3b7b2440dcf2eeae6798dd (patch)
treecf959b8b04094a2793d15efc5b0fbb559ec8ca96 /src/module.ld
parentcbac4e3d76af5885331b0e7de2bec53af059f695 (diff)
downloadtalos-hostboot-ff818674b1810fe56f3b7b2440dcf2eeae6798dd.tar.gz
talos-hostboot-ff818674b1810fe56f3b7b2440dcf2eeae6798dd.zip
Make GCOV support work with GCC 8.1 - 8.3
Using GCOV with GCC 8 also requires lcov >= 1.13 Change-Id: Iaa30b1816b8320aff8fe2b8c8c731a186a177d98 RTC: 208351 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/77429 Reviewed-by: Ilya Smirnov <ismirno@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/module.ld')
-rw-r--r--src/module.ld3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/module.ld b/src/module.ld
index 02239b8d3..38f36719d 100644
--- a/src/module.ld
+++ b/src/module.ld
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2010,2015 */
+/* Contributors Listed Below - COPYRIGHT 2010,2019 */
/* [+] Google Inc. */
/* [+] International Business Machines Corp. */
/* */
@@ -76,5 +76,6 @@ SECTIONS
/DISCARD/ : {
*(.dtors)
+ *(.dtors.*)
}
}
OpenPOWER on IntegriCloud