Set the default page size of the PDP11 target to 8192 bytes.
authorLars Brinkhoff <lars@nocrew.org>
Wed, 15 Jan 2020 14:18:54 +0000 (14:18 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 15 Jan 2020 14:18:54 +0000 (14:18 +0000)
PR 20694
bfd * pdp11.c (TARGET_PAGE_SIZE): Set to 8192.

ld * temulparams/pdp11.sh (TARGET_PAGE_SIZE): Set to 8192.

bfd/ChangeLog
bfd/pdp11.c
ld/ChangeLog
ld/emulparams/pdp11.sh

index 21f6769ba4637bb578959c2680f4f2dea2404f70..c9c708c2daca73d785a9bb1b6411abcba11d46b5 100644 (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
index 7b9c67e175317392004817db9baf77ab29687800..1ab303336384fec85e53d44562d900f5e9e9e376 100644 (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
index 7e83e2b822eeb3b239cf35d2d2f06e862202fbfb..5208f62cfe4f1799928884f9f62cece64694bf80 100644 (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.
index aaf955afc87d3913b056637fb1e5287fb04bc4c9..9b6bbbbd25b59be56333c9bb84d7de097c692f03 100644 (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
This page took 0.0306650000000001 seconds and 4 git commands to generate.