ELF64 file contains 4-byte adcon, may need loading below 4G

Explanation

The ELF64 file contains at least one 4-byte address constant, which is not normally supported for ELF64 but may be valid if the module is deliberately loaded into 31-bit storage, for example using memory mapping, or if the target address definitely fits within a 32-bit field.

System action

Processing continues.

User response

Ensure that the use of a 4-byte address constant was intentional and will not cause problems.

Severity

0