You copied the Doc URL to your clipboard.
11.98 --pltgot_opts=mode
Controls the generation of Procedure Linkage Table (PLT) entries for weak references and function calls to relocatable targets within the same file.
Note
Not supported for AArch64 state.Syntax
--pltgot_opts=mode
Where
is one of the following:mode
crosslr
Calls to and from a load region marked
RELOC
go by way of the PLT.noweakrefs
Generates a
NOP
for a function call, or zero for data. No PLT entry is generated. Weak references to imported symbols remain unresolved.weakrefs
Weak references produce a PLT entry. These references must be resolved at a later link stage.
Default
The default is --pltgot_opts=noweakrefs
.