diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2003-07-20 16:11:28 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2003-07-20 16:11:28 +0000 |
commit | c489022db00397c1a6671f0d328a85388288f1bc (patch) | |
tree | 44cb74847af037cee8a2452e46a4c5bbb08c25cf /gnu/usr.bin/binutils | |
parent | 029e0522d4ca545503854e1eb2e63ccec4f718b0 (diff) |
Document -Z flag for ld, produce old style 'standard' executables'. ok deraadt@
Diffstat (limited to 'gnu/usr.bin/binutils')
-rw-r--r-- | gnu/usr.bin/binutils/ld/ld.1 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/ld/ld.1 b/gnu/usr.bin/binutils/ld/ld.1 index 1cfbbba118e..9961b43d9ec 100644 --- a/gnu/usr.bin/binutils/ld/ld.1 +++ b/gnu/usr.bin/binutils/ld/ld.1 @@ -158,6 +158,7 @@ ld \- the GNU linker \&\|] .RB "[\|" \-X "\|]" .RB "[\|" \-x "\|]" +.RB "[\|" \-Z "\|]" .ad b .hy 1 .SH DESCRIPTION @@ -1077,6 +1078,11 @@ symbols whose names begin with `\|\c .B \-x Delete all local symbols. +.TP +.B \-Z +Produce 'Standard' executables, disables Writable XOR Executable features +of resulting binaries. + .PP .SH ENVIRONMENT |