From c5bee7e24d5ccfbc2a1485834bd96c76b5207131 Mon Sep 17 00:00:00 2001 From: Richard Biener Date: Wed, 8 Oct 2025 11:13:15 +0200 Subject: [PATCH] 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. --- 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 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 -- 2.47.3