summaryrefslogtreecommitdiffstats
path: root/src/module.ld
diff options
context:
space:
mode:
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