12.2.5 D
Dangerous relocation: relocation_type.
A symbol was resolved but the usage is dangerous. This can occur, for example, when the code uses GP-relative addressing but the _gp
initialization symbol was not defined. The _gp
symbol is normally defined in the linker script.
--data-init and --no-data-init options can not be used together.
--data-init
creates a special output section named .dinit
as a template for the run-time initialization of data, --no-data-init
does not. Only one option can be used.