patches/binutils/2.15/130-mips-ELF_MAXPAGESIZE-4K.patch
changeset 1617 7d70bcf940a9
parent 1602 1ba79f2126df
parent 1616 1fda13e5d961
child 1618 7f52e1cca71e
     1.1 --- a/patches/binutils/2.15/130-mips-ELF_MAXPAGESIZE-4K.patch	Wed Oct 28 12:03:38 2009 +0100
     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.  */