Open System Services Shell and Utilities Reference Manual (G06.28+, H06.05+)
eld(1) OSS Shell and Utilities Reference Manual
-stdin Reads the contents of the standard input file at the place in the command line
where the flag is specified.
-strip filename12
Removes information used for symbolic debugging from an existing loadfile with
the name filename12.Afile stripped of all symbol information cannot be symboli-
cally debugged with the Visual Inspect or Native Inspect debugger.
You can use this flag only on an existing loadfile. To strip all symbol information
when creating a loadfile, use the -s or -x flag.
You cannot specify other loadfile filenames or flags other than the following with
the -strip flag:
-noverbose, -verbose,or-warn
-fl or -obey
-must_use_oname
-stdin
-temp_o
The resulting file has the same eld timestamp as before.
-t address2 Specifies the hexadecimal virtual address at which the text area starts. The default
values for address2 are:
• 70000000 for user programs
• 78000000 for a DLL when no DLL registry is used
The value specified for address2 is always hexadecimal and can optionally be
prefixed by 0H. The specified value is automatically rounded up to a multiple of
128 kilobytes for a implicit DLL library or 64 kilobytes for other types of
loadfiles. If no more than 8 hexadecimal digits are specified, the number specified
is sign-extended to 16 digits.
You cannot use this flag if you use the -check_registry or -update_registry flags.
You should not use this flag if you want the DLL address to be determined from a
DLL registry file under your control.
-temp_i filename13
Tells eld to save its import library work with the specified file name until it has
successfully rewritten the final file.
If an unqualified filename is used, eld saves the file in the directory where
filename10 is located.
If the -temp_i flag is not used and eld finishes creation of a new temporary file but
cannot remove an existing file with the same name as the specified import library
file, eld leaves the temporary file in the same directory as the output file and gives
it a unique filename beginning with the letters ZLD.
This flag can be used only when the -import_lib, -import_lib_stripped,or
-make_import_lib flag is used.
-temp_o filename14
Tells eld to save its output for the new object file created from a set of linkfiles, or
the output file of the -alf or -strip flags, with the specified file name until it has
successfully rewritten the final file.
If an unqualified filename is used and a new object file is being created or the
-strip flag is used, eld saves the file in the directory where filename10 is located.
3−72 Hewlett-Packard Company 527188-007