https://gcc.gnu.org/g:c5bee7e24d5ccfbc2a1485834bd96c76b5207131
commit r16-4286-gc5bee7e24d5ccfbc2a1485834bd96c76b5207131 Author: Richard Biener <[email protected]> Date: Wed Oct 8 11:13:15 2025 +0200 Add missing menu item for JIT Language and ABI Build of gccint.texi is currently broken, the following fixes it. * doc/tm.texi.in (JIT Language and ABI): Add menu item. * doc/tm.texi: Re-generate. Diff: --- gcc/doc/tm.texi | 1 + gcc/doc/tm.texi.in | 1 + 2 files changed, 2 insertions(+) diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 6012cd93680d..989e01fbd18a 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -56,6 +56,7 @@ through the macros defined in the @file{.h} file. * C++ ABI:: Controlling C++ ABI changes. * D Language and ABI:: Controlling D ABI changes. * Rust Language and ABI:: Controlling Rust ABI changes. +* JIT Language and ABI:: JIT ABI parameters * Named Address Spaces:: Adding support for named address spaces * Misc:: Everything else. @end menu diff --git a/gcc/doc/tm.texi.in b/gcc/doc/tm.texi.in index 7fcd2ff99890..4838af8c0da9 100644 --- a/gcc/doc/tm.texi.in +++ b/gcc/doc/tm.texi.in @@ -56,6 +56,7 @@ through the macros defined in the @file{.h} file. * C++ ABI:: Controlling C++ ABI changes. * D Language and ABI:: Controlling D ABI changes. * Rust Language and ABI:: Controlling Rust ABI changes. +* JIT Language and ABI:: JIT ABI parameters * Named Address Spaces:: Adding support for named address spaces * Misc:: Everything else. @end menu
