diff options
author | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2008-09-04 14:13:19 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2008-09-04 14:13:19 +0000 |
commit | 0178664658bee88774d50d91b82a4c66b016ac24 (patch) | |
tree | a6a5dbea639e536520ef6151e8ae1d84ebd80b22 /packages/kexecboot/linux-kexecboot-2.6.24/binutils-buildid-arm.patch | |
parent | a725a7c22ca754d424c063548906cc74f01ed035 (diff) | |
parent | 3552e0f5cb9c6e751c3e9100d7a897e78c2f2ad3 (diff) |
merge of '244286eadcc7cfd8932af0a70fb3705f269670d4'
and 'a4756265268a114b43a67457632e11ecf67f7b8a'
Diffstat (limited to 'packages/kexecboot/linux-kexecboot-2.6.24/binutils-buildid-arm.patch')
-rw-r--r-- | packages/kexecboot/linux-kexecboot-2.6.24/binutils-buildid-arm.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/kexecboot/linux-kexecboot-2.6.24/binutils-buildid-arm.patch b/packages/kexecboot/linux-kexecboot-2.6.24/binutils-buildid-arm.patch new file mode 100644 index 0000000000..68e35e89e1 --- /dev/null +++ b/packages/kexecboot/linux-kexecboot-2.6.24/binutils-buildid-arm.patch @@ -0,0 +1,16 @@ +--- + arch/arm/kernel/vmlinux.lds.S | 1 + + 1 file changed, 1 insertion(+) + +Index: linux-2.6.22/arch/arm/kernel/vmlinux.lds.S +=================================================================== +--- linux-2.6.22.orig/arch/arm/kernel/vmlinux.lds.S 2007-09-11 18:32:29.000000000 +0200 ++++ linux-2.6.22/arch/arm/kernel/vmlinux.lds.S 2007-09-11 18:33:42.000000000 +0200 +@@ -94,6 +94,7 @@ + TEXT_TEXT + SCHED_TEXT + LOCK_TEXT ++ *(.note.*) + #ifdef CONFIG_MMU + *(.fixup) + #endif |