# HG changeset patch # User lost@l-w.ca # Date 1303614124 21600 # Node ID 19df13313b27368ab7d9cadce838f8805a00ed68 # Parent 35f6d6a5510f8e38a457077e406116306bcc02db Updated default linkscript for lwex target diff -r 35f6d6a5510f -r 19df13313b27 lwlink/script.c --- 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"