aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/binutils/patches/2.17/400-mips-ELF_MAXPAGESIZE-4k.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-05-05 11:01:35 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-05-05 11:01:35 +0000
commit90826d83c9ed70722e8d3ff0b6c399ab8d9818b2 (patch)
treea0eac26e26499a4ffaef98b284a9657c9b2b8e6c /toolchain/binutils/patches/2.17/400-mips-ELF_MAXPAGESIZE-4k.patch
parente85943d41a4915a7515f92eecf9041642ebb08d9 (diff)
downloadupstream-90826d83c9ed70722e8d3ff0b6c399ab8d9818b2.tar.gz
upstream-90826d83c9ed70722e8d3ff0b6c399ab8d9818b2.tar.bz2
upstream-90826d83c9ed70722e8d3ff0b6c399ab8d9818b2.zip
remove binutils 2.17 and 2.19
SVN-Revision: 15619
Diffstat (limited to 'toolchain/binutils/patches/2.17/400-mips-ELF_MAXPAGESIZE-4k.patch')
-rw-r--r--toolchain/binutils/patches/2.17/400-mips-ELF_MAXPAGESIZE-4k.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/toolchain/binutils/patches/2.17/400-mips-ELF_MAXPAGESIZE-4k.patch b/toolchain/binutils/patches/2.17/400-mips-ELF_MAXPAGESIZE-4k.patch
deleted file mode 100644
index b4401768d0..0000000000
--- a/toolchain/binutils/patches/2.17/400-mips-ELF_MAXPAGESIZE-4k.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/bfd/elf32-mips.c
-+++ b/bfd/elf32-mips.c
-@@ -1617,7 +1617,7 @@ static const struct ecoff_debug_swap mip
-
- /* The SVR4 MIPS ABI says that this should be 0x10000, and Linux uses
- page sizes of up to that limit, so we need to respect it. */
--#define ELF_MAXPAGESIZE 0x10000
-+#define ELF_MAXPAGESIZE 0x1000
- #define elf32_bed elf32_tradbed
-
- /* Include the target file again for this target. */