nld Manual

nld Diagnostic Messages
nld Manual528272-001
4-64
Nonfatal Errors
This is an internal error. Contact your service provider.
This is an internal error. Contact your service provider.
**** ERROR **** [2018]:
Cannot relocate a gp-relative reference to a section that is
not one of the 'small' data sections, because the target
address is too far away from the value of the gp register.
The target address is address. This occurred for entry
number number-1 in the relocation table for the section-name
section of the input object file named 'filename', and the
reference is at byte offset number-2 within that section.
The compiler should not use gp-relative addressing for
sections other than 'small' data sections.
**** ERROR **** [2019]:
Cannot relocate a gp-relative reference to one of the literal
pool sections, because the target address is too far away
from the value of the gp register, even though it is correct
to use gp-relative addressing for literal pools. The address
of the data being referenced is address. This occurred for
entry number number-1 in the relocation table for the
section-name section of the input object file named
'filename', and the reference is at byte offset number-2
within that section.
**** ERROR **** [2020]:
The -srl_ref flag was specified in the wrong circumstance.
The '-keep_srl_options' flag must be specified in conjunction
with the -srl_ref flag.
**** ERROR **** [2021]:
<srl_ref name> of -srl_ref flag has a length of number. The
maximum length that will be accepted is 128 characters.
**** ERROR **** [2022]:
Object name-1 created with C++ 'versionnumber-1' pragma
cannot be linked with the object name-2 created with C++
'versionnumber-2' pragma. All objects containing C++ must be
compiled with the same C++ version pragma.