diff options
Diffstat (limited to 'binutils-2.25/ld/ld.texinfo')
-rw-r--r-- | binutils-2.25/ld/ld.texinfo | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/binutils-2.25/ld/ld.texinfo b/binutils-2.25/ld/ld.texinfo index 43973cc..eeb055c 100644 --- a/binutils-2.25/ld/ld.texinfo +++ b/binutils-2.25/ld/ld.texinfo @@ -1133,9 +1133,6 @@ Specify a stack size for in an ELF @code{PT_GNU_STACK} segment. Specifying zero will override any default non-zero sized @code{PT_GNU_STACK} segment creation. -@item bndplt -Always generate BND prefix in PLT entries. Supported for Linux/x86_64. - @end table Other keywords are ignored for Solaris compatibility. @@ -2212,6 +2209,24 @@ string identifying the original linked file does not change. Passing @code{none} for @var{style} disables the setting from any @code{--build-id} options earlier on the command line. + +@kindex --warn-poison-system-directories +@item --warn-poison-system-directories +Warn for @option{-L} options using system directories such as +@file{/usr/lib} when cross linking. This option is intended for use +in environments that want to detect and reject incorrect link settings. + +@kindex --no-warn-poison-system-directories +@item --no-warn-poison-system-directories +Do not warn for @option{-L} options using system directories such as +@file{/usr/lib} when cross linking. This option is intended for use +in chroot environments when such directories contain the correct +libraries for the target system rather than the host. + +@kindex --error-poison-system-directories +@item --error-poison-system-directories +Give an error instead of a warning for @option{-L} options using +system directories when cross linking. @end table @c man end |