patches/binutils/2.15/400-mips-ELF_MAXPAGESIZE-4K.patch
changeset 1 eeea35fbf182
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/patches/binutils/2.15/400-mips-ELF_MAXPAGESIZE-4K.patch	Sat Feb 24 11:00:05 2007 +0000
     1.3 @@ -0,0 +1,26 @@
     1.4 +--- binutils/bfd/elf32-mips.c~
     1.5 ++++ binutils/bfd/elf32-mips.c
     1.6 +@@ -1611,7 +1611,9 @@
     1.7 + 
     1.8 + /* The SVR4 MIPS ABI says that this should be 0x10000, and Linux uses
     1.9 +    page sizes of up to that limit, so we need to respect it.  */
    1.10 +-#define ELF_MAXPAGESIZE			0x10000
    1.11 ++/*#define ELF_MAXPAGESIZE			0x10000*/
    1.12 ++/* Use 4K to shrink the elf header.  NOT for general use! */
    1.13 ++#define ELF_MAXPAGESIZE			0x1000
    1.14 + #define elf32_bed			elf32_tradbed
    1.15 + 
    1.16 + /* Include the target file again for this target.  */
    1.17 +--- binutils/bfd/elfn32-mips.c~
    1.18 ++++ binutils/bfd/elfn32-mips.c
    1.19 +@@ -1976,7 +1976,9 @@
    1.20 + 
    1.21 + /* The SVR4 MIPS ABI says that this should be 0x10000, and Linux uses
    1.22 +    page sizes of up to that limit, so we need to respect it.  */
    1.23 +-#define ELF_MAXPAGESIZE			0x10000
    1.24 ++/*#define ELF_MAXPAGESIZE			0x10000*/
    1.25 ++/* Use 4K to shrink the elf header.  NOT for general use! */
    1.26 ++#define ELF_MAXPAGESIZE			0x1000
    1.27 + #define elf32_bed			elf32_tradbed
    1.28 + 
    1.29 + /* Include the target file again for this target.  */