diff options
author | Lars Brinkhoff <lars@nocrew.org> | 2020-01-15 14:18:54 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2020-01-15 14:18:54 +0000 |
commit | 0d1cc75df1c9a356dfa47932e9ec52fca7d8f5ab (patch) | |
tree | 4c22317d911166a56f24e74d2d11e23fb5827cc4 /ld | |
parent | aad09917e04b33da463f1703aab8d057cfe3f54e (diff) | |
download | binutils-0d1cc75df1c9a356dfa47932e9ec52fca7d8f5ab.zip binutils-0d1cc75df1c9a356dfa47932e9ec52fca7d8f5ab.tar.gz binutils-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')
-rw-r--r-- | ld/ChangeLog | 5 | ||||
-rw-r--r-- | ld/emulparams/pdp11.sh | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 7e83e2b..5208f62 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2020-01-15 Lars Brinkhoff <lars@nocrew.org> + + PR 20694 + * temulparams/pdp11.sh (TARGET_PAGE_SIZE): Set to 8192. + 2020-01-15 Jozef Lawrynowicz <jozef.l@mittosystems.com> * testsuite/ld-msp430-elf/msp430-elf.exp: Run new test. 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 |