diff options
author | Jeff Law <jeffreyalaw@gmail.com> | 2021-06-09 15:05:23 -0400 |
---|---|---|
committer | Jeff Law <jeffreyalaw@gmail.com> | 2021-06-09 15:06:16 -0400 |
commit | 4af4d9a458b9baa019fe15d37d95306ab1f0f2e4 (patch) | |
tree | 22898be3c9d81647a5ce4afc41aa1d87ba59e876 | |
parent | 8f0d7f322172d411d271aa02024a342c72534465 (diff) | |
download | gcc-4af4d9a458b9baa019fe15d37d95306ab1f0f2e4.zip gcc-4af4d9a458b9baa019fe15d37d95306ab1f0f2e4.tar.gz gcc-4af4d9a458b9baa019fe15d37d95306ab1f0f2e4.tar.bz2 |
Finish last change
gcc/
* doc/tm.texi: Correctly update.
-rw-r--r-- | gcc/doc/tm.texi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index fc7eb77..318e728 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -5488,7 +5488,6 @@ 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 |