mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-29 02:20:51 +00:00
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:
committed by
Nick Clifton
parent
aad09917e0
commit
0d1cc75df1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user