patches/binutils/2.17a/160-mips-ELF_MAXPAGESIZE-4K.patch
changeset 2664 346263a07115
parent 747 d3e603e7c17c
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/patches/binutils/2.17a/160-mips-ELF_MAXPAGESIZE-4K.patch	Sun Sep 11 18:18:53 2011 +0200
     1.3 @@ -0,0 +1,28 @@
     1.4 +diff -dur binutils-2.17.old/bfd/elf32-mips.c binutils-2.17/bfd/elf32-mips.c
     1.5 +--- binutils-2.17.old/bfd/elf32-mips.c	2006-03-22 10:28:13.000000000 +0100
     1.6 ++++ binutils-2.17/bfd/elf32-mips.c	2007-05-01 18:26:15.000000000 +0200
     1.7 +@@ -1617,7 +1617,9 @@
     1.8 + 
     1.9 + /* The SVR4 MIPS ABI says that this should be 0x10000, and Linux uses
    1.10 +    page sizes of up to that limit, so we need to respect it.  */
    1.11 +-#define ELF_MAXPAGESIZE			0x10000
    1.12 ++/*#define ELF_MAXPAGESIZE			0x10000*/
    1.13 ++/* Use 4K to shrink the elf header.  NOT for general use! */
    1.14 ++#define ELF_MAXPAGESIZE			0x1000
    1.15 + #define elf32_bed			elf32_tradbed
    1.16 + 
    1.17 + /* Include the target file again for this target.  */
    1.18 +diff -dur binutils-2.17.old/bfd/elfn32-mips.c binutils-2.17/bfd/elfn32-mips.c
    1.19 +--- binutils-2.17.old/bfd/elfn32-mips.c	2005-11-23 15:04:17.000000000 +0100
    1.20 ++++ binutils-2.17/bfd/elfn32-mips.c	2007-05-01 18:26:15.000000000 +0200
    1.21 +@@ -2402,7 +2402,9 @@
    1.22 + 
    1.23 + /* The SVR4 MIPS ABI says that this should be 0x10000, and Linux uses
    1.24 +    page sizes of up to that limit, so we need to respect it.  */
    1.25 +-#define ELF_MAXPAGESIZE			0x10000
    1.26 ++/*#define ELF_MAXPAGESIZE			0x10000*/
    1.27 ++/* Use 4K to shrink the elf header.  NOT for general use! */
    1.28 ++#define ELF_MAXPAGESIZE			0x1000
    1.29 + #define elf32_bed			elf32_tradbed
    1.30 + 
    1.31 + /* Include the target file again for this target.  */