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.
This commit is contained in:
Lars Brinkhoff 2020-01-15 14:18:54 +00:00 committed by Nick Clifton
parent aad09917e0
commit 0d1cc75df1
4 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2020-01-15 Lars Brinkhoff <lars@nocrew.org>
PR 20694
* pdp11.c (TARGET_PAGE_SIZE): Set to 8192.
2020-01-15 Alan Modra <amodra@gmail.com>
PR 25384

View File

@ -37,7 +37,7 @@
#define ARCH_SIZE 16
#undef TARGET_IS_BIG_ENDIAN_P
#define TARGET_PAGE_SIZE 256
#define TARGET_PAGE_SIZE 8192
#define SEGMENT__SIZE TARGET_PAGE_SIZE
#define DEFAULT_ARCH bfd_arch_pdp11

View File

@ -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.

View File

@ -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