This option disables checking whether an allocated section exceeds the (64K-1)-byte boundary.
When an allocated section exceeds the 64K-byte boundary or (64K-1)-byte boundary, an error will occur.
The sections with the following relocation attributes are subject to checking whether the 64K-byte boundary or |
An allocated section exceeding the 64K-byte boundary means that the lower 16 bits of the section's address will exceed 0xFFFF and continue to 0x0000. |
An allocated section exceeding the (64K-1)-byte boundary means that the lower 16 bits of the section's address will exceed 0xFFFE and continue to 0xFFFF. |
If the -form={object|relocate|library} option or -strip option is specified, this option will be invalid. |