You copied the Doc URL to your clipboard.
--strict_relocations, --no_strict_relocations
Enables you to ensure Application Binary Interface (ABI) compliance of legacy or third party objects.
Usage
This option checks that branch relocation applies to a branch instruction bit-pattern. The linker generates an error if there is a mismatch.
Use --strict_relocations
to instruct the linker to report instances of
obsolete and deprecated relocations.
Relocation errors and warnings are most likely to occur if you are linking object files built with previous versions of the Arm® tools.
Default
The default is --no_strict_relocations
.