This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch ld]: Documentation fix for pe-coff


Hi,

this fixes a wrong default mentioned in doc.

ChangeLog	

        * ld.texinfo: (--disable-runtime-pseudo-reloc): Adjust default.

Ok for apply?

Regards,
Kai

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]