diff options
author | Kai Tietz <kai.tietz@onevision.com> | 2013-03-25 18:09:04 +0000 |
---|---|---|
committer | Kai Tietz <kai.tietz@onevision.com> | 2013-03-25 18:09:04 +0000 |
commit | 676ee43ba968fa057afd3e468e340bdffcb1d5d5 (patch) | |
tree | b9016ab904c41a7bd33e5c0fca249116bd8f95fc /ld/ld.texinfo | |
parent | 24955f6344eb641157245700e0727fd81e968a33 (diff) | |
download | gdb-676ee43ba968fa057afd3e468e340bdffcb1d5d5.zip gdb-676ee43ba968fa057afd3e468e340bdffcb1d5d5.tar.gz gdb-676ee43ba968fa057afd3e468e340bdffcb1d5d5.tar.bz2 |
* ld.texinfo (--disable-runtime-pseudo-reloc): Adjust default.
Diffstat (limited to 'ld/ld.texinfo')
-rw-r--r-- | ld/ld.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ld.texinfo b/ld/ld.texinfo index 7fae2c2..79591c7 100644 --- a/ld/ld.texinfo +++ b/ld/ld.texinfo @@ -2569,7 +2569,7 @@ environment to adjust references to such data in your client code. @kindex --disable-runtime-pseudo-reloc @item --disable-runtime-pseudo-reloc Do not create pseudo relocations for non-zero offset DATA imports from -DLLs. This is the default. +DLLs. [This option is specific to the i386 PE targeted port of the linker] @kindex --enable-extra-pe-debug |