This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Synchronize PDP11 page size between BFD and LD.


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=11b8aeb88174dd67ff8b7c58377e8ef94ccf274e

commit 11b8aeb88174dd67ff8b7c58377e8ef94ccf274e
Author: David Bridgham <dab@froghouse.org>
Date:   Fri Nov 20 12:58:16 2015 +0000

    Synchronize PDP11 page size between BFD and LD.
    
    	* pdp11.c (TARGET_PAGE_SIZE): Set to 256 to match definition in
    	ld/emulparams/pdp11.sh.

Diff:
---
 bfd/ChangeLog | 5 +++++
 bfd/pdp11.c   | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 87d2d90..4f70523 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+2015-11-20  David Bridgham  <dab@froghouse.org>
+
+	* pdp11.c (TARGET_PAGE_SIZE): Set to 256 to match definition in
+	ld/emulparams/pdp11.sh.
+
 2015-11-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
 
 	PR ld/19263
diff --git a/bfd/pdp11.c b/bfd/pdp11.c
index 41c6cf1..6a53d52 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	1024
+#define	TARGET_PAGE_SIZE	256
 #define	SEGMENT__SIZE	TARGET_PAGE_SIZE
 
 #define	DEFAULT_ARCH	bfd_arch_pdp11


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]