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 /bfd/pdp11.c | |
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 'bfd/pdp11.c')
-rw-r--r-- | bfd/pdp11.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/pdp11.c b/bfd/pdp11.c index 7b9c67e..1ab3033 100644 --- a/bfd/pdp11.c +++ b/bfd/pdp11.c @@ -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 |