From: Richard Biener Date: Wed, 8 Oct 2025 09:13:15 +0000 (+0200) Subject: Add missing menu item for JIT Language and ABI X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c5bee7e24d5ccfbc2a1485834bd96c76b5207131;p=thirdparty%2Fgcc.git 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 --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 6012cd93680..989e01fbd18 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 7fcd2ff9989..4838af8c0da 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