|
From: | David Bridgham |
Subject: | pdp-11 TARGET_PAGE_SIZE mismatch in 2.25 |
Date: | Thu, 29 Oct 2015 23:43:01 -0400 |
User-agent: | Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 |
In binutils-2.25 the
files pfd/pdp11.c and ld/emulparams/pdp11.sh both define TARGET_PAGE_SIZE
but the values are different. This causes weirdness in the linker
output, namely symbol values are set by one while the sections'
lma/vma values are set by the other. I went with the smaller
value (256 instead of 1024) for my purposes because the pdp-11 is
so memory limited but maybe somewhere else there's good reason for
the larger number. -Dave |
[Prev in Thread] | Current Thread | [Next in Thread] |