freemyipod r459 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r458‎ | r459 | r460 >
Date:23:27, 19 January 2011
Author:theseven
Status:new
Tags:
Comment:
helloworld: Allow transferring code allocation ownership to a different thread
Modified paths:
  • /apps/helloworld/ls.x (modified) (history)

Diff [purge]

Index: apps/helloworld/ls.x
@@ -11,6 +11,7 @@
1212 {
1313 .text :
1414 {
 15+ __emcore_app_base = .;
1516 KEEP(.emcoreentrypoint*)
1617 *(.emcoreentrypoint*)
1718 *(.text*)
@@ -29,10 +30,8 @@
3031
3132 .bss (NOLOAD) :
3233 {
33 - __bss_start = .;
3434 *(.bss*)
3535 *(COMMON)
36 - __bss_end = .;
3736 } > VIRTUAL
3837
3938 /DISCARD/ :