patches/binutils/2.15/130-mips-ELF_MAXPAGESIZE-4K.patch
changeset 1603 e0ef539e23d9
parent 1582 1fd08b889aa3
child 1604 b3f0173f10f3
     1.1 --- a/patches/binutils/2.15/130-mips-ELF_MAXPAGESIZE-4K.patch	Wed Oct 21 18:08:31 2009 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,26 +0,0 @@
     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.  */