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]

Set maxpagesize correctly for ppc64


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


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