Build of gccint.texi is currently broken, the following fixes it.

Built on x86_64-unknown-linux-gnu, pushed.

        * tm.texi.in (JIT Language and ABI): Add menu item.
        * 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.43.0

Reply via email to