This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 2.15 branch merge


On Apr  9, 2004, Daniel Jacobowitz <drow@false.org> wrote:

> 	2004-03-20  Alexandre Oliva  <aoliva@redhat.com>
> 	* emulparams/elf32frvfd.sh (MAXPAGESIZE): Change to 16Kb.

FWIW, this one is not fully effective without this (as I noticed
earlier today ;-)

I'm not sure it affects non-FDPIC as well; I hope not, since the
non-fDPIC emulation sets the page size to 0x1000, but I'll have to
check.  I'm building frv-elf now to test.

Ok to install?

Index: bfd/ChangeLog
from  Alexandre Oliva  <aoliva@redhat.com>

	* elf32-frv.c (ELF_MAXPAGESIZE): Make it 0x4000.

Index: bfd/elf32-frv.c
===================================================================
RCS file: /cvs/src/src/bfd/elf32-frv.c,v
retrieving revision 1.12.4.2
diff -u -p -r1.12.4.2 elf32-frv.c
--- bfd/elf32-frv.c 9 Apr 2004 18:28:00 -0000 1.12.4.2
+++ bfd/elf32-frv.c 10 Apr 2004 02:24:29 -0000
@@ -4475,7 +4475,7 @@ frv_elf_print_private_bfd_data (abfd, pt
 
 #define ELF_ARCH		bfd_arch_frv
 #define ELF_MACHINE_CODE	EM_CYGNUS_FRV
-#define ELF_MAXPAGESIZE		0x1000
+#define ELF_MAXPAGESIZE		0x4000
 
 #define TARGET_BIG_SYM          bfd_elf32_frv_vec
 #define TARGET_BIG_NAME		"elf32-frv"
-- 
Alexandre Oliva             http://www.ic.unicamp.br/~oliva/
Red Hat Compiler Engineer   aoliva@{redhat.com, gcc.gnu.org}
Free Software Evangelist  oliva@{lsd.ic.unicamp.br, gnu.org}

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]