Summary of Linker Options
eld Manual—527255-009
5-4
-include_whole
synonym for
-all
.
-instance_data { data1 | data2 | data2protected | data2hidden |
data1constant }
This tells the linker whether to create one or two data segments, and whether to
require that the loadfile have no data that would need to go into the data variable
segment if two segments were created. See
Creating Segments of the Output
Loadfile
on page 2-6.
-l <filename>
Use the specified filename to locate a DLL or archive. The
“
-l
” must be specified
in lower case. See
How the Linker Finds Its Input Files and Creates the .liblist
Section
on page 2-12.
-L <location>
The specified directory or subvolume is one of the places where the linker will look
for DLLs and archives, after it looks for public DLLs. The
“
-L
” must be specified in
upper case. See
The Steps in Looking for Archives and DLLs
on page 2-17.
-lib
synonym for
-l
. This usage may be preferred because it is not case sensitive and
therefore cannot be confused with
-L
.
-libname
synonym for
-set libname
.
-libvol
synonym for
-L
.
-limit_runtime_paths
If this is specified then
rld
will not permit the user to override the places specified
at link time for where DLLs may be found.
See
Specifying Runtime Search Path Information for DLLs
on page 4-18.
-local_libname <filename>
Use the specified filename as the name of the user library that can be used to
resolve references in this program at link time.
See
Using User Libraries
on page 3-10.
-m
synonym for
-map
.
Summary of Contents for eld
Page 4: ......
Page 8: ...Contents eld Manual 527255 009 iv ...
Page 12: ...What s New in This Manual eld Manual 527255 009 viii Changes to the 527255 005 Manual ...
Page 34: ...Introduction to eld eld Manual 527255 009 1 14 Example of Use ...
Page 54: ...eld Input and Output eld Manual 527255 009 2 20 Using Archives ...
Page 98: ...Other eld Processing eld Manual 527255 009 4 20 Merging Source RTDUs ...
Page 242: ...Output Listings and Error Handling eld Manual 527255 009 6 132 Glossary of Errors ...