ld Manual

ld Options
ld Manual529650.001
2-9
-call_shared
-call_shared
Directs ld to mark the file specified by -o as a PIC program. This action is the default
ld action.
You cannot use -call_shared with -dll or -shared.
-change
Changes a run-time attribute to a specified value in an existing object file. (To set an
attribute when creating a loadfile, use -set.)
attribute-name
is a run-time attribute (see Table 2-2 on page 2-20).
attribute-value
is the value to which the specified run-time attribute is to be set. Each run-time
attribute has a corresponding range of accepted values (see Table 2-2 on
page 2-20).
If file name is a linkfile, attribute-value must be either FLOATTYPE,
FLOAT_LIB_OVERRULE, or SYSTYPE.
file name
is an object file.
The only other flags that you can use with -change are:
-fl or -obey
-noverbose or -no_verbose
-stdin
-verbose
-warn
The resulting object file has the same ld timestamp as before.
-call_shared
-change attribute-name attribute-value file name