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]

FR-V FDPIC uses 16KiB pages


Doh, I'd set the page size to 64KiB before we'd decided the page size
and forgot to adjust it when we did.  I'm checking this in.

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

	* emulparams/elf32frvfd.sh (MAXPAGESIZE): Change to 16Kb.

Index: ld/emulparams/elf32frvfd.sh
===================================================================
RCS file: /cvs/src/src/ld/emulparams/elf32frvfd.sh,v
retrieving revision 1.1
diff -u -p -r1.1 elf32frvfd.sh
--- ld/emulparams/elf32frvfd.sh 6 Jan 2004 19:19:52 -0000 1.1
+++ ld/emulparams/elf32frvfd.sh 20 Mar 2004 05:47:48 -0000
@@ -1,6 +1,6 @@
 . ${srcdir}/emulparams/elf32frv.sh
 unset STACK_ADDR
-MAXPAGESIZE=0x10000
+MAXPAGESIZE=0x4000
 TEMPLATE_NAME=elf32
 GENERATE_SHLIB_SCRIPT=yes
 EMBEDDED= # This gets us program headers mapped as part of the text segment.
-- 
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]