diff options
author | Nick Clifton <nickc@redhat.com> | 2013-08-22 15:28:42 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2013-08-22 15:28:42 +0000 |
commit | f69a2f978fdcffafa9fe4c4a5b3b2b1af61698ba (patch) | |
tree | 495f1fb25498a80029beaf979edea3b882051489 /ld/ld.texinfo | |
parent | e630b97400250f4855a02bc324ad7891c722ea23 (diff) | |
download | gdb-f69a2f978fdcffafa9fe4c4a5b3b2b1af61698ba.zip gdb-f69a2f978fdcffafa9fe4c4a5b3b2b1af61698ba.tar.gz gdb-f69a2f978fdcffafa9fe4c4a5b3b2b1af61698ba.tar.bz2 |
* 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.texinfo | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/ld.texinfo b/ld/ld.texinfo index 00a0fa4..e124f9b 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. |