From ea3550bfcce1ed2ed5b836f939961763aa636006 Mon Sep 17 00:00:00 2001 From: Stephen Heumann Date: Wed, 3 Mar 2021 23:35:07 -0600 Subject: [PATCH] Update release notes. --- linker.notes | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/linker.notes b/linker.notes index a2e96c7..3fcc839 100644 --- a/linker.notes +++ b/linker.notes @@ -11,14 +11,16 @@ Updated 2021 can branch forward or backward by up to 64 KB (to any location in the program bank), and the linker now allows this. - 2. The linker can now link together multiple object segments with - different alignment requirements into a single load segment, - regardless of the order of the object segments. The alignment - of the load segment will be the most restrictive alignment - of any of the object segments, and the alignment requirements - of each object segment will be obeyed. (Previously, an error - would be produced if an object segment processed later had a - more restrictive alignment requirement than an earlier one.) + 2. Fixed several problems related to alignment. Previously, + the linker both reported spurious errors about alignment in + certain cases and failed to detect errors in other cases. + With these fixes, a segment alignment of $10000 is now + permitted. Also, the linker can now link together multiple + object segments with different alignment requirements into a + single load segment, regardless of the order of the object + segments. The alignment of the load segment will be the most + restrictive alignment of any of the object segments, and the + alignment requirements of each object segment will be obeyed. 2.0.5 1. On case-sensitive filesystems (which are not normally used natively on the Apple IIGS, but may be used through emulation