eld Manual

Table Of Contents
Summary of Linker Options
eld Manual527255-009
5-6
-no_preset
Do not preset the loadfile being created. See To Preset or Not to Preset, and
Creation of the LIC on page 3-7.
-no_reexport
Do not reexport DLLs found after this point in the command stream. See How the
Linker Finds Its Input Files and Creates the .liblist Section on page 2-12.
-nostdfiles
At runtime, do not automatically open the standard C I/O files.
See Creating the MCB on page 4-15.
-no_stdfiles
synonym for -nostdfiles.
-nostdlib
Do not look in the standard places for DLLs and archives. See The Steps in
Looking for Archives and DLLs on page 2-17.
-no_stdlib
synonym for -nostdlib.
-noverbose
synonym for -no_verbose.
-no_verbose
Do not show warnings or informational messages unless they are requested by a
linker option. See General Information
on page 6-1.
-no_version_check
Do not perform the object file version check. See Input Object Files on page 2-12.
-NS_extent_size extent-size
Changes the extent size from the default (32 pages) to the specified size.
extent-size
is an even number in the range 2 to 65534, inclusive.
A page has 2048 bytes.
eld uses extent-size for both primary and secondary extents.
Note. For Guardian environment only.