aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2021-06-09 11:56:15 -0700
committerH.J. Lu <hjl.tools@gmail.com>2021-06-09 11:56:15 -0700
commit8f0d7f322172d411d271aa02024a342c72534465 (patch)
tree6b085cdb9a9de16d55816a45dcf7afcb305edd96 /gcc/doc
parent036e14ca44eaddf329a79d56d556862118b1f220 (diff)
downloadgcc-8f0d7f322172d411d271aa02024a342c72534465.zip
gcc-8f0d7f322172d411d271aa02024a342c72534465.tar.gz
gcc-8f0d7f322172d411d271aa02024a342c72534465.tar.bz2
Update doc/tm.texi.in to fix commit 4a0c4eaea32
PR other/100735 * doc/tm.texi.in (Trampolines): Add a missing blank line.
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/tm.texi.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/doc/tm.texi.in b/gcc/doc/tm.texi.in
index 2050160..33532f0 100644
--- a/gcc/doc/tm.texi.in
+++ b/gcc/doc/tm.texi.in
@@ -3828,6 +3828,7 @@ addresses. Since GCC's generic function descriptors are
not ABI-compliant, this option is typically used only on a
per-language basis (notably by Ada) or when it can otherwise be
applied to the whole program.
+
For languages other than Ada, the @code{-ftrampolines} and
@code{-fno-trampolines} options currently have no effect, and
trampolines are always generated on platforms that need them