diff lwlink/script.c @ 78:19df13313b27

Updated default linkscript for lwex target
author lost@l-w.ca
date Sat, 23 Apr 2011 21:02:04 -0600
parents 554831f03338
children 08fb11004df9
line wrap: on
line diff
--- a/lwlink/script.c	Wed Apr 20 21:42:02 2011 -0600
+++ b/lwlink/script.c	Sat Apr 23 21:02:04 2011 -0600
@@ -53,6 +53,12 @@
 	"section init load 0100\n"
 	"section .text\n"
 	"section .data\n"
+	"section .ctors_start\n"
+	"section .ctors\n"
+	"section .ctors_end\n"
+	"section .dtors_start\n"
+	"section .dtors\n"
+	"section .dtors_end\n"
 	"section *,!bss\n"
 	"section *,bss\n"
 	"entry __start\n"