aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJim Wilson <jimw@sifive.com>2020-07-12 16:48:24 -0700
committerJim Wilson <jimw@sifive.com>2020-08-04 16:30:58 -0700
commitfd28c11a1e492ff32e38cdfd2ab3c3d4745042d3 (patch)
tree11c05e816f63a0c9653e0253e547fd942cb9dd31 /gcc
parent37a4c06f3dac9b0b831a8f34af73422aa4f42fbe (diff)
downloadgcc-fd28c11a1e492ff32e38cdfd2ab3c3d4745042d3.zip
gcc-fd28c11a1e492ff32e38cdfd2ab3c3d4745042d3.tar.gz
gcc-fd28c11a1e492ff32e38cdfd2ab3c3d4745042d3.tar.bz2
aarch64: Delete duplicated option docs.
Noticed while reviewing the RISC-V -mstack-protector-guard docs. The AArch64 section has two identical copies of the docs for this option. gcc/ * doc/invoke.texi (AArch64 Options): Delete duplicate -mstack-protector-guard docs.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/doc/invoke.texi18
1 files changed, 0 insertions, 18 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index b6a5885..dea1e18 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -17189,24 +17189,6 @@ and from what offset from that base register. There is no default
register or offset as this is entirely for use within the Linux
kernel.
-@item -mstack-protector-guard=@var{guard}
-@itemx -mstack-protector-guard-reg=@var{reg}
-@itemx -mstack-protector-guard-offset=@var{offset}
-@opindex mstack-protector-guard
-@opindex mstack-protector-guard-reg
-@opindex mstack-protector-guard-offset
-Generate stack protection code using canary at @var{guard}. Supported
-locations are @samp{global} for a global canary or @samp{sysreg} for a
-canary in an appropriate system register.
-
-With the latter choice the options
-@option{-mstack-protector-guard-reg=@var{reg}} and
-@option{-mstack-protector-guard-offset=@var{offset}} furthermore specify
-which system register to use as base register for reading the canary,
-and from what offset from that base register. There is no default
-register or offset as this is entirely for use within the Linux
-kernel.
-
@item -mtls-dialect=desc
@opindex mtls-dialect=desc
Use TLS descriptors as the thread-local storage mechanism for dynamic accesses