freemyipod r632 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r631‎ | r632 | r633 >
Date:21:28, 20 February 2011
Author:theseven
Status:new
Tags:
Comment:
Fix the library linker scripts as well, they apparently got lost
Modified paths:
  • /libs/boot/ls.x (modified) (history)
  • /libs/png/ls.x (modified) (history)
  • /libs/ui/ls.x (modified) (history)

Diff [purge]

Index: libs/boot/ls.x
@@ -25,7 +25,7 @@
2626 *(.rodata*)
2727 . = ALIGN(0x4);
2828 *(.data*)
29 - . = ALIGN(0x4);
 29+ . = ALIGN(0x10);
3030 } > VIRTUAL
3131
3232 .bss (NOLOAD) :
Index: libs/png/ls.x
@@ -25,7 +25,7 @@
2626 *(.rodata*)
2727 . = ALIGN(0x4);
2828 *(.data*)
29 - . = ALIGN(0x4);
 29+ . = ALIGN(0x10);
3030 } > VIRTUAL
3131
3232 .bss (NOLOAD) :
Index: libs/ui/ls.x
@@ -25,7 +25,7 @@
2626 *(.rodata*)
2727 . = ALIGN(0x4);
2828 *(.data*)
29 - . = ALIGN(0x4);
 29+ . = ALIGN(0x10);
3030 } > VIRTUAL
3131
3232 .bss (NOLOAD) :