From: H.J. Lu Date: Wed, 9 Jun 2021 18:56:15 +0000 (-0700) Subject: Update doc/tm.texi.in to fix commit 4a0c4eaea32 X-Git-Tag: upstream/12.2.0~7351 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8f0d7f322172d411d271aa02024a342c72534465;p=platform%2Fupstream%2Fgcc.git Update doc/tm.texi.in to fix commit 4a0c4eaea32 PR other/100735 * doc/tm.texi.in (Trampolines): Add a missing blank line. --- 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