|
|
|
@ -840,8 +840,9 @@ for Solaris compatibility. |
|
|
|
@item -z @var{keyword} |
|
|
|
The recognized keywords are @code{initfirst}, @code{interpose}, |
|
|
|
@code{loadfltr}, @code{nodefaultlib}, @code{nodelete}, @code{nodlopen}, |
|
|
|
@code{nodump}, @code{now}, @code{origin}, @code{combreloc} and |
|
|
|
@code{nocombreloc}. The other keywords are |
|
|
|
@code{nodump}, @code{now}, @code{origin}, @code{combreloc}, @code{nocombreloc} |
|
|
|
and @code{nocopyreloc}. |
|
|
|
The other keywords are |
|
|
|
ignored for Solaris compatibility. @code{initfirst} marks the object |
|
|
|
to be initialized first at runtime before any other objects. |
|
|
|
@code{interpose} marks the object that its symbol table interposes |
|
|
|
@ -858,6 +859,7 @@ of this object will ignore any default library search paths. |
|
|
|
@code{combreloc} combines multiple reloc sections and sorts them |
|
|
|
to make dynamic symbol lookup caching possible. |
|
|
|
@code{nocombreloc} disables multiple reloc sections combining. |
|
|
|
@code{nocopyreloc} disables production of copy relocs. |
|
|
|
|
|
|
|
@kindex -( |
|
|
|
@cindex groups of archives |
|
|
|
|