Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Feb 2010 19:32:33 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r203625 - user/imp/tbemd/contrib/binutils/bfd
Message-ID:  <201002071932.o17JWX0w013363@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.  */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002071932.o17JWX0w013363>