mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-12 23:44:04 +02:00
e570388548
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14587 3c298f89-4303-0410-b956-a3cf2f4a3e73
12 lines
409 B
Diff
12 lines
409 B
Diff
--- 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. */
|