bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/20694] New: PDP11 TARGET_PAGE_SIZE is incorrect


From: casner at acm dot org
Subject: [Bug ld/20694] New: PDP11 TARGET_PAGE_SIZE is incorrect
Date: Mon, 17 Oct 2016 07:06:40 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=20694

            Bug ID: 20694
           Summary: PDP11 TARGET_PAGE_SIZE is incorrect
           Product: binutils
           Version: unspecified
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: ld
          Assignee: unassigned at sourceware dot org
          Reporter: casner at acm dot org
  Target Milestone: ---

The file ld/emulparams/pdp11.sh includes the line:

TARGET_PAGE_SIZE=256

The actual page size of the memory management hardware on the PDP11/45,
PDP11/70, etc. is 8192 bytes.  A consequence of this error is that the data
section in a.out format output is not offset to a page boundary.

I have verified that the UNIX V6 ld program running on a simulated PDP11 does
offset the data section to the next page boundary (20000 octal) when the -n
option is included.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]