patches/binutils/2.17/400-mips-ELF_MAXPAGESIZE-4K.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat Jul 26 09:31:07 2008 +0000 (2008-07-26)
changeset 727 33c246763c8a
permissions -rw-r--r--
Update the PPC sample, add a new softfloat PPC sample, thanks to Thomas JOURDAN.

/trunk/samples/powerpc-unknown-linux-gnu/crosstool.config | 54 42 12 0 ++
/trunk/samples/powerpc-unknown_nofpu-linux-gnu/crosstool.config | 331 331 0 0 +++++++++++++++
/trunk/samples/powerpc-unknown_nofpu-linux-gnu/reported.by | 2 2 0 0 +
3 files changed, 375 insertions(+), 12 deletions(-)
     1 diff -dur binutils-2.17.old/bfd/elf32-mips.c binutils-2.17/bfd/elf32-mips.c
     2 --- binutils-2.17.old/bfd/elf32-mips.c	2006-03-22 10:28:13.000000000 +0100
     3 +++ binutils-2.17/bfd/elf32-mips.c	2007-05-01 18:26:15.000000000 +0200
     4 @@ -1617,7 +1617,9 @@
     5  
     6  /* The SVR4 MIPS ABI says that this should be 0x10000, and Linux uses
     7     page sizes of up to that limit, so we need to respect it.  */
     8 -#define ELF_MAXPAGESIZE			0x10000
     9 +/*#define ELF_MAXPAGESIZE			0x10000*/
    10 +/* Use 4K to shrink the elf header.  NOT for general use! */
    11 +#define ELF_MAXPAGESIZE			0x1000
    12  #define elf32_bed			elf32_tradbed
    13  
    14  /* Include the target file again for this target.  */
    15 diff -dur binutils-2.17.old/bfd/elfn32-mips.c binutils-2.17/bfd/elfn32-mips.c
    16 --- binutils-2.17.old/bfd/elfn32-mips.c	2005-11-23 15:04:17.000000000 +0100
    17 +++ binutils-2.17/bfd/elfn32-mips.c	2007-05-01 18:26:15.000000000 +0200
    18 @@ -2402,7 +2402,9 @@
    19  
    20  /* The SVR4 MIPS ABI says that this should be 0x10000, and Linux uses
    21     page sizes of up to that limit, so we need to respect it.  */
    22 -#define ELF_MAXPAGESIZE			0x10000
    23 +/*#define ELF_MAXPAGESIZE			0x10000*/
    24 +/* Use 4K to shrink the elf header.  NOT for general use! */
    25 +#define ELF_MAXPAGESIZE			0x1000
    26  #define elf32_bed			elf32_tradbed
    27  
    28  /* Include the target file again for this target.  */