mirror of
https://github.com/byteworksinc/Linker.git
synced 2024-11-27 23:49:16 +00:00
Do not report an error when the segment length equals the bank size.
This is legal per the OMF definition in the GS/OS Reference (and it is accepted by the loader), so it should not be treated as an error.
This commit is contained in:
parent
ea3550bfcc
commit
390fd96ede
@ -22,6 +22,9 @@ Updated 2021
|
|||||||
restrictive alignment of any of the object segments, and the
|
restrictive alignment of any of the object segments, and the
|
||||||
alignment requirements of each object segment will be obeyed.
|
alignment requirements of each object segment will be obeyed.
|
||||||
|
|
||||||
|
3. A spurious error is no longer reported for code segments that
|
||||||
|
are exactly $10000 bytes long (the full size of a bank).
|
||||||
|
|
||||||
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
|
||||||
tools or network file servers), the linker can now find object
|
tools or network file servers), the linker can now find object
|
||||||
|
Loading…
Reference in New Issue
Block a user