Set maxpagesize correctly for ppc64
Alan Modra
amodra@bigpond.net.au
Tue Oct 1 19:22:00 GMT 2002
Fixes a typo/thinko and brings us into line with the ABI.
* emulparams/elf64ppc.sh (MAXPAGESIZE): Set to 0x10000.
Index: ld/emulparams/elf64ppc.sh
===================================================================
RCS file: /cvs/src/src/ld/emulparams/elf64ppc.sh,v
retrieving revision 1.8
diff -u -p -r1.8 elf64ppc.sh
--- ld/emulparams/elf64ppc.sh 25 Sep 2002 07:21:08 -0000 1.8
+++ ld/emulparams/elf64ppc.sh 2 Oct 2002 00:57:22 -0000
@@ -6,7 +6,7 @@ SCRIPT_NAME=elf
OUTPUT_FORMAT="elf64-powerpc"
TEXT_START_ADDR=0x10000000
SEGMENT_SIZE=0x10000000
-MAXPAGESIZE=0x40000
+MAXPAGESIZE=0x10000
COMMONPAGESIZE=0x1000
ARCH=powerpc:common64
MACHINE=
--
Alan Modra
IBM OzLabs - Linux Technology Centre
More information about the Binutils
mailing list