summaryrefslogtreecommitdiff
path: root/ld/ld.texinfo
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2013-08-22 15:28:42 +0000
committerNick Clifton <nickc@redhat.com>2013-08-22 15:28:42 +0000
commit268a9bd14322e48cd09aa668cae0dc768cf51148 (patch)
tree11be3025cdccda9924e45095c0f665d535e531fa /ld/ld.texinfo
parenteb1176f3a1cee8316f110488a9b65bd2da11e943 (diff)
downloadbinutils-redhat-268a9bd14322e48cd09aa668cae0dc768cf51148.tar.gz
* emultempl/pe.em: Add --disable-large-address-aware option.
* ld.texinfo (--disable-large-address-aware): Add documentation.
Diffstat (limited to 'ld/ld.texinfo')
-rw-r--r--ld/ld.texinfo8
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/ld.texinfo b/ld/ld.texinfo
index 00a0fa4339..e124f9b0a6 100644
--- a/ld/ld.texinfo
+++ b/ld/ld.texinfo
@@ -2348,6 +2348,14 @@ or /USERVA=@var{value} megabytes switch in the ``[operating systems]''
section of the BOOT.INI. Otherwise, this bit has no effect.
[This option is specific to PE targeted ports of the linker]
+@kindex --disable-large-address-aware
+@item --disable-large-address-aware
+Reverts the effect of a previous @samp{--large-address-aware} option.
+This is useful if @samp{--large-address-aware} is always set by the compiler
+driver (e.g. Cygwin gcc) and the executable does not support virtual
+addresses greater than 2 gigabytes.
+[This option is specific to PE targeted ports of the linker]
+
@kindex --major-image-version
@item --major-image-version @var{value}
Sets the major number of the ``image version''. Defaults to 1.