summaryrefslogtreecommitdiff
path: root/target/linux/generic-2.6/patches-2.6.29/221-binfmt_elf_gcc4.1.patch
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-05-19 10:21:32 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-05-19 10:21:32 +0000
commit01afcd25567dec5dc3073a6959ce8e8abe5651d4 (patch)
treeb748df0a27c6e23d40e92ab66317e2d1c8596777 /target/linux/generic-2.6/patches-2.6.29/221-binfmt_elf_gcc4.1.patch
parent5bad9df354c05a1bb64ea3af6dcf1fa8a2f63a9b (diff)
downloadmtk-20170518-01afcd25567dec5dc3073a6959ce8e8abe5651d4.zip
mtk-20170518-01afcd25567dec5dc3073a6959ce8e8abe5651d4.tar.gz
mtk-20170518-01afcd25567dec5dc3073a6959ce8e8abe5651d4.tar.bz2
remove 2.6.29 since there are no remaining users of it
SVN-Revision: 15922
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.29/221-binfmt_elf_gcc4.1.patch')
-rw-r--r--target/linux/generic-2.6/patches-2.6.29/221-binfmt_elf_gcc4.1.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.29/221-binfmt_elf_gcc4.1.patch b/target/linux/generic-2.6/patches-2.6.29/221-binfmt_elf_gcc4.1.patch
deleted file mode 100644
index f55ce34..0000000
--- a/target/linux/generic-2.6/patches-2.6.29/221-binfmt_elf_gcc4.1.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/fs/binfmt_elf.c
-+++ b/fs/binfmt_elf.c
-@@ -1211,7 +1211,7 @@ static unsigned long vma_dump_size(struc
- if (FILTER(ELF_HEADERS) &&
- vma->vm_pgoff == 0 && (vma->vm_flags & VM_READ)) {
- u32 __user *header = (u32 __user *) vma->vm_start;
-- u32 word;
-+ u32 word = 0;
- mm_segment_t fs = get_fs();
- /*
- * Doing it this way gets the constant folded by GCC.