Mercurial > hg > index.cgi
comparison 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 |
comparison
equal
deleted
inserted
replaced
77:35f6d6a5510f | 78:19df13313b27 |
---|---|
51 | 51 |
52 static char *lwex0_script = | 52 static char *lwex0_script = |
53 "section init load 0100\n" | 53 "section init load 0100\n" |
54 "section .text\n" | 54 "section .text\n" |
55 "section .data\n" | 55 "section .data\n" |
56 "section .ctors_start\n" | |
57 "section .ctors\n" | |
58 "section .ctors_end\n" | |
59 "section .dtors_start\n" | |
60 "section .dtors\n" | |
61 "section .dtors_end\n" | |
56 "section *,!bss\n" | 62 "section *,!bss\n" |
57 "section *,bss\n" | 63 "section *,bss\n" |
58 "entry __start\n" | 64 "entry __start\n" |
59 "stacksize 0100\n" // default 256 byte stack | 65 "stacksize 0100\n" // default 256 byte stack |
60 ; | 66 ; |