summaryrefslogtreecommitdiffstats
path: root/src/kernel.ld
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel.ld')
-rw-r--r--src/kernel.ld2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/kernel.ld b/src/kernel.ld
index e1fddb7b7..a0445204b 100644
--- a/src/kernel.ld
+++ b/src/kernel.ld
@@ -7,6 +7,7 @@
/* */
/* Contributors Listed Below - COPYRIGHT 2010,2014 */
/* [+] International Business Machines Corp. */
+/* [+] Google Inc. */
/* */
/* */
/* Licensed under the Apache License, Version 2.0 (the "License"); */
@@ -42,6 +43,7 @@ SECTIONS
__minimum_data_start_addr = ALIGN(0x1000);
ctor_start_address = .;
*(.ctors)
+ *(.ctors.*)
ctor_end_address = .;
*(.rodata)
*(.rodata.*)
OpenPOWER on IntegriCloud