Mercurial > hg-old > index.cgi
comparison lwlink/script.c @ 219:402a035220ed
Tweaked lwex0 linkscript to start at __start
author | lost |
---|---|
date | Sat, 25 Apr 2009 04:13:52 +0000 |
parents | bae1e3ecdce1 |
children | c602f6eca3ed |
comparison
equal
deleted
inserted
replaced
218:03044871c575 | 219:402a035220ed |
---|---|
52 "section init load 0100\n" | 52 "section init load 0100\n" |
53 "section .text\n" | 53 "section .text\n" |
54 "section .data\n" | 54 "section .data\n" |
55 "section *,!bss\n" | 55 "section *,!bss\n" |
56 "section *,bss\n" | 56 "section *,bss\n" |
57 "entry _start\n" | 57 "entry __start\n" |
58 "stacksize 0100\n" // default 256 byte stack | 58 "stacksize 0100\n" // default 256 byte stack |
59 ; | 59 ; |
60 | 60 |
61 // the "simple" script | 61 // the "simple" script |
62 static char *simple_script = | 62 static char *simple_script = |