Update release notes.

This commit is contained in:
Stephen Heumann 2021-03-03 23:35:07 -06:00
parent ef5360eddd
commit ea3550bfcc

View File

@ -11,14 +11,16 @@ Updated 2021
can branch forward or backward by up to 64 KB (to any location can branch forward or backward by up to 64 KB (to any location
in the program bank), and the linker now allows this. in the program bank), and the linker now allows this.
2. The linker can now link together multiple object segments with 2. Fixed several problems related to alignment. Previously,
different alignment requirements into a single load segment, the linker both reported spurious errors about alignment in
regardless of the order of the object segments. The alignment certain cases and failed to detect errors in other cases.
of the load segment will be the most restrictive alignment With these fixes, a segment alignment of $10000 is now
of any of the object segments, and the alignment requirements permitted. Also, the linker can now link together multiple
of each object segment will be obeyed. (Previously, an error object segments with different alignment requirements into a
would be produced if an object segment processed later had a single load segment, regardless of the order of the object
more restrictive alignment requirement than an earlier one.) 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 2.0.5 1. On case-sensitive filesystems (which are not normally used
natively on the Apple IIGS, but may be used through emulation natively on the Apple IIGS, but may be used through emulation