[parisc-linux-cvs] (no subject)
Matthew Wilcox
willy@ldl.fc.hp.com
Mon, 26 Mar 2001 13:32:37 -0700
This patch makes the linker align the text & data segments on 16k boundaries
so we can use 16k-pages later on. tested, works.
Index: ld/emulparams/hppalinux.sh
===================================================================
RCS file: /home/cvs/parisc/binutils/ld/emulparams/hppalinux.sh,v
retrieving revision 1.7
diff -u -p -r1.7 hppalinux.sh
--- hppalinux.sh 2000/12/04 01:10:12 1.7
+++ hppalinux.sh 2001/03/26 20:24:05
@@ -1,9 +1,9 @@
SCRIPT_NAME=elf
ELFSIZE=32
OUTPUT_FORMAT="elf32-hppa-linux"
-TEXT_START_ADDR=0x1000
-TARGET_PAGE_SIZE=0x1000
-MAXPAGESIZE=0x1000
+TEXT_START_ADDR=0x4000
+TARGET_PAGE_SIZE=0x4000
+MAXPAGESIZE=0x4000
ARCH=hppa
MACHINE=hppa1.1 # We use 1.1 specific features.
NOP=0x08000240