ld Manual

ld Options
ld Manual529650.001
2-17
-no_reexport or reexport
-no_reexport or reexport
Directs ld whether to mark libraries specified in -l or -lib for reexport in its libList entry
in the loadfile being created.
-no_reexport
leaves the library unmarked. This is the default.
-reexport
marks the library. Reexport is a run-time attribute that is used by rld to decide
what libraries it needs to load when the import control is localized.
These flags can be specified as many times as needed in the command stream.
Providing either flag overrides the current setting, so that the linker actions can be
controlled on a library-by-library basis.
-nostdfiles or -no_stdfiles
Specifies that C run-time library functions do not open standard input and standard
output files automatically.
-nostdlib or -no_stdlib
Prevents ld from searching standard library locations for libraries and archive files.
You can specify these flags as often as you want in the command line or a command
file. Each specification is processed when encountered.
See Searching for Archives and Libraries on page 1-19 for a list of standard library
locations.
-noverbose or -no_verbose
Prevents ld from writing warning and informational messages to its output listing.Only
error messages and output specifically requested by other options appear in the listing.
-no_reexport | reexport
-nostdfiles | -no_stdfiles
-nostdlib | -no_stdlib
-no[_]verbose