forked from Imagelibrary/binutils-gdb
Synchronize PDP11 page size between BFD and LD.
* pdp11.c (TARGET_PAGE_SIZE): Set to 256 to match definition in ld/emulparams/pdp11.sh.
This commit is contained in:
committed by
Nick Clifton
parent
f8c2a96547
commit
11b8aeb881
@@ -37,7 +37,7 @@
|
||||
#define ARCH_SIZE 16
|
||||
#undef TARGET_IS_BIG_ENDIAN_P
|
||||
|
||||
#define TARGET_PAGE_SIZE 1024
|
||||
#define TARGET_PAGE_SIZE 256
|
||||
#define SEGMENT__SIZE TARGET_PAGE_SIZE
|
||||
|
||||
#define DEFAULT_ARCH bfd_arch_pdp11
|
||||
|
||||
Reference in New Issue
Block a user