Open System Services Shell and Utilities Reference Manual (G06.27+, H06.04+)

User Commands (k - l) ld(1)
- or -obey
-stdin
The resulting le has the same ld timestamp as before.
-t address2 Species the hexadecimal virtual address at which the text area starts. The
default value for address2 is:
70000000 for user programs
60000000 for a DLL
The value specied for address2 is always hexadecimal and can optionally be
prexed by 0x. The specied value is automatically rounded up to a multiple of
4096 (0x1000) bytes.
-temp_o filename10
Tells ld to save its output loadle work with the specied le name until it has
successfully rewritten lename7.
lename10 can be either a simple lename, a fully qualied Guardian lename,
or an absolute OSS pathname. If a simple lename is used, ld saves the le in
the directory or subvolume where lename7 is located.
The default action omits creation of the intermediate regular le.
-u symbol_name4
Tells ld to add symbol_name4 as an undened symbol. This causes ld to search
for this symbol in any archive libraries that are specied after this ag on the
command line or in an obey le.
The search constraint specied by the -u ag is overridden by use of the
-include_whole ag.
-ul Creates a DLL as a native user library. Specify this ag when linking modules
to create a DLL as a native user library.
When you specify the -ul ag, the exported symbols are those described as
exported by the -export_all ag, unless you also use the -export_not ag.
You can specify these ags as often as you want in the command line or an obey
le. Each specication is processed when encountered.
-unres_symbols { error | ignore | warn }
Tells ld what action to take when a needed symbol cannot be resolved:
error Issue an error message and stop processing.
This setting is ignored when you also use the
-allow_missing_libs ag.
ignore Ignore the missing le and continue processing.
This is the default action.
warn Issue a warning message but continue processing.
This setting is ignored when you also use the
-allow_missing_libs ag.
You can specify this ag as often as you want in the command line or an obey
le. The nal specication is the one used.
527188-004 Hewlett-Packard Company 543