Révision | 11b8aeb88174dd67ff8b7c58377e8ef94ccf274e (tree) |
---|---|
l'heure | 2015-11-20 21:58:16 |
Auteur | David Bridgham <dab@frog...> |
Commiter | Nick Clifton |
Synchronize PDP11 page size between BFD and LD.
* pdp11.c (TARGET_PAGE_SIZE): Set to 256 to match definition in
ld/emulparams/pdp11.sh.
@@ -1,3 +1,8 @@ | ||
1 | +2015-11-20 David Bridgham <dab@froghouse.org> | |
2 | + | |
3 | + * pdp11.c (TARGET_PAGE_SIZE): Set to 256 to match definition in | |
4 | + ld/emulparams/pdp11.sh. | |
5 | + | |
1 | 6 | 2015-11-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com> |
2 | 7 | |
3 | 8 | PR ld/19263 |
@@ -37,7 +37,7 @@ | ||
37 | 37 | #define ARCH_SIZE 16 |
38 | 38 | #undef TARGET_IS_BIG_ENDIAN_P |
39 | 39 | |
40 | -#define TARGET_PAGE_SIZE 1024 | |
40 | +#define TARGET_PAGE_SIZE 256 | |
41 | 41 | #define SEGMENT__SIZE TARGET_PAGE_SIZE |
42 | 42 | |
43 | 43 | #define DEFAULT_ARCH bfd_arch_pdp11 |