Tweak hppa-linux executable page size.

Alan Modra alan@linuxcare.com.au
Sun Apr 1 18:35:00 GMT 2001


Apparently 16k wasn't enough.

	* emulparams/hppalinux.sh (MAXPAGESIZE): Set to 64k.
	(TEXT_START_ADDR, TARGET_PAGE_SIZE): Likewise.

I've checked this one into the 2.11 branch too, Phil.  If you're making
another tar for other reasons, then please pick up this patch too.
Obviously it doesn't fall into the fatal bug class, so no need to redo the
release just for this change.

Alan
-- 
Linuxcare

--- hppalinux.sh        2001/03/27 00:42:47     1.6
+++ hppalinux.sh        2001/04/02 01:20:12
@@ -1,9 +1,9 @@
 SCRIPT_NAME=elf
 ELFSIZE=32
 OUTPUT_FORMAT="elf32-hppa-linux"
-TEXT_START_ADDR=0x4000
-TARGET_PAGE_SIZE=0x4000
-MAXPAGESIZE=0x4000
+TEXT_START_ADDR=0x10000
+TARGET_PAGE_SIZE=0x10000
+MAXPAGESIZE=0x10000
 ARCH=hppa
 MACHINE=hppa1.1    # We use 1.1 specific features.
 NOP=0x08000240




More information about the Binutils mailing list