nld and noft Manual

nld Options
nld and noft Manual520384-003
3-4
-bstatic
-bstatic
Causes nld to search for archive files when resolving -l or -lib on page 3-7.
nld searches for an archive file. nld does not search for an SRL. nld issues
an error if an archive file cannot be found.
-bstatic can be disabled by -bdynamic on page 3-3. Multiple -bdynamic and
-bstatic flags can be specified in a single nld invocation, each one taking effect at
the point at which it appears on the command line. Thus, it is possible to search for
SRLs and archive files for some -l and -lib options and just archive files for others.
-change
Changes a run-time attribute to a specified value in an existing loadfile. (To set an
attribute when creating a loadfile, use -set on page 3-13.)
attribute-name
is a run-time attribute.
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 3-2 on
page 3-13).
filename
is a loadfile.
If you also specify -verbose on page 3-16, then a summary and the elapsed time are
provided at termination.
You cannot specify other options or object filenames with -change. The resulting
loadfile has the same nld timestamp as before.
-bstatic
-change attribute-name attribute-value filename