]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Go to 16k page size on hppa-linux.
authorAlan Modra <amodra@gmail.com>
Tue, 27 Mar 2001 00:49:08 +0000 (00:49 +0000)
committerAlan Modra <amodra@gmail.com>
Tue, 27 Mar 2001 00:49:08 +0000 (00:49 +0000)
ld/ChangeLog
ld/emulparams/hppalinux.sh

index 4e7b64ba3501e0a4540943998c972973089c1dcc..dacf2ba0b5426e2101b5dee79e151c37842ff40c 100644 (file)
@@ -1,3 +1,8 @@
+2001-03-27  Matthew Wilcox  <willy@ldl.fc.hp.com>
+
+       * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 0x4000.
+       (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
+
 2001-03-17  Ulrich Drepper  <drepper@redhat.com>
 
        * emultmpl/elf32.em (gld${EMULATION_NAME}_search_needed): If NAME
index 30e5732bbc647bf8085b723dd41ae4b2b1a408db..f2db36e96211854f3f721b2d3f973ad39aed5fb8 100644 (file)
@@ -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