svn commit: r203625 - user/imp/tbemd/contrib/binutils/bfd

Warner Losh imp at FreeBSD.org
Sun Feb 7 19:32:33 UTC 2010


Author: imp
Date: Sun Feb  7 19:32:33 2010
New Revision: 203625
URL: http://svn.freebsd.org/changeset/base/203625

Log:
  revert this change.  it does fix the bigger binaries, but hasn't been
  tested at all yet.

Modified:
  user/imp/tbemd/contrib/binutils/bfd/elf32-mips.c

Modified: user/imp/tbemd/contrib/binutils/bfd/elf32-mips.c
==============================================================================
--- user/imp/tbemd/contrib/binutils/bfd/elf32-mips.c	Sun Feb  7 19:30:25 2010	(r203624)
+++ user/imp/tbemd/contrib/binutils/bfd/elf32-mips.c	Sun Feb  7 19:32:33 2010	(r203625)
@@ -1611,7 +1611,7 @@ static const struct ecoff_debug_swap mip
 
 /* The SVR4 MIPS ABI says that this should be 0x10000, and Linux uses
    page sizes of up to that limit, so we need to respect it.  */
-#define ELF_MAXPAGESIZE			0x1000
+#define ELF_MAXPAGESIZE			0x10000
 #define elf32_bed			elf32_tradbed
 
 /* Include the target file again for this target.  */


More information about the svn-src-user mailing list