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]

[PATCH] Set COMMONPAGESIZE to 4KB on ppc32


Hi!

Ok to commit?  Seems to work for me...

2004-01-15  Jakub Jelinek  <jakub@redhat.com>

	* emulparams/elf32ppc.sh (COMMONPAGESIZE): Set to 4KB.

--- ld/emulparams/elf32ppc.sh.jj	2003-05-30 17:19:17.000000000 +0200
+++ ld/emulparams/elf32ppc.sh	2004-01-14 15:34:34.000000000 +0100
@@ -9,6 +9,7 @@ SCRIPT_NAME=elf
 OUTPUT_FORMAT="elf32-powerpc"
 TEXT_START_ADDR=0x01800000
 MAXPAGESIZE=0x10000
+COMMONPAGESIZE=0x1000
 ARCH=powerpc:common
 MACHINE=
 BSS_PLT=

	Jakub


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