aboutsummaryrefslogtreecommitdiff
path: root/ld/emulparams
diff options
context:
space:
mode:
authorLars Brinkhoff <lars@nocrew.org>2020-01-15 14:18:54 +0000
committerNick Clifton <nickc@redhat.com>2020-01-15 14:18:54 +0000
commit0d1cc75df1c9a356dfa47932e9ec52fca7d8f5ab (patch)
tree4c22317d911166a56f24e74d2d11e23fb5827cc4 /ld/emulparams
parentaad09917e04b33da463f1703aab8d057cfe3f54e (diff)
downloadgdb-0d1cc75df1c9a356dfa47932e9ec52fca7d8f5ab.zip
gdb-0d1cc75df1c9a356dfa47932e9ec52fca7d8f5ab.tar.gz
gdb-0d1cc75df1c9a356dfa47932e9ec52fca7d8f5ab.tar.bz2
Set the default page size of the PDP11 target to 8192 bytes.
PR 20694 bfd * pdp11.c (TARGET_PAGE_SIZE): Set to 8192. ld * temulparams/pdp11.sh (TARGET_PAGE_SIZE): Set to 8192.
Diffstat (limited to 'ld/emulparams')
-rw-r--r--ld/emulparams/pdp11.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/emulparams/pdp11.sh b/ld/emulparams/pdp11.sh
index aaf955a..9b6bbbb 100644
--- a/ld/emulparams/pdp11.sh
+++ b/ld/emulparams/pdp11.sh
@@ -1,5 +1,5 @@
SCRIPT_NAME=aout
OUTPUT_FORMAT="a.out-pdp11"
TEXT_START_ADDR=0
-TARGET_PAGE_SIZE=256
+TARGET_PAGE_SIZE=8192
ARCH=pdp11