[Armadeus-commitlog] SF.net SVN: armadeus: [670] trunk/buildroot/target/device/armadeus/linux/ ker
Brought to you by:
sszy
Revision: 670
http://armadeus.svn.sourceforge.net/armadeus/?rev=670&view=rev
Author: artemys
Date: 2007-11-04 01:10:24 -0800 (Sun, 04 Nov 2007)
Log Message:
-----------
[LINUX] Correct bug: zImage was too big with new binutils (>= 2.17)
Added Paths:
-----------
trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.23.1/076-linux-2.6.23.1-arm-vmlinux-ld-script-patch-for-new-binutils.diff
Added: trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.23.1/076-linux-2.6.23.1-arm-vmlinux-ld-script-patch-for-new-binutils.diff
===================================================================
--- trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.23.1/076-linux-2.6.23.1-arm-vmlinux-ld-script-patch-for-new-binutils.diff (rev 0)
+++ trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.23.1/076-linux-2.6.23.1-arm-vmlinux-ld-script-patch-for-new-binutils.diff 2007-11-04 09:10:24 UTC (rev 670)
@@ -0,0 +1,10 @@
+--- linux.org/arch/arm/kernel/vmlinux.lds.S 2007-11-04 09:48:14.000000000 +0100
++++ linux/arch/arm/kernel/vmlinux.lds.S 2007-11-04 09:47:58.000000000 +0100
+@@ -94,6 +94,7 @@
+ TEXT_TEXT
+ SCHED_TEXT
+ LOCK_TEXT
++ *(.note.*)
+ #ifdef CONFIG_MMU
+ *(.fixup)
+ #endif
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|