* configure.ac: Check for the GNU/Linux ptrace signature.
[deliverable/binutils-gdb.git] / ld / ld.texinfo
index 4400524cea0ac2048c2baba693c5ca97db0cd45f..b752642f5f656535f250781631b6a000d95b363b 100644 (file)
@@ -5709,6 +5709,14 @@ linking of an object file using 32-bit enumeration values with another
 using enumeration values fitted into the smallest possible space will
 not be diagnosed.
 
+@cindex NO_WCHAR_SIZE_WARNING
+@kindex --no-wchar-size-warning
+The @option{--no-wchar-size-warning} switch prevents the linker from
+warning when linking object files that specify incompatible EABI
+@code{wchar_t} size attributes.  For example, with this switch enabled,
+linking of an object file using 32-bit @code{wchar_t} values with another
+using 16-bit @code{wchar_t} values will not be diagnosed.
+
 @cindex PIC_VENEER
 @kindex --pic-veneer
 The @samp{--pic-veneer} switch makes the linker use PIC sequences for
This page took 0.024884 seconds and 4 git commands to generate.