From 8e3fef3ce023c7c00707328662aa861acdb6ee68 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Maroneze?= Date: Sat, 20 Jul 2024 16:42:47 +0200 Subject: [PATCH] doc: Remove documentation of two obsolete spec strings gcc: * doc/invoke.texi (Spec Files): Remove documentation of obsolete spec strings "predefines" and "signed_char". --- gcc/doc/invoke.texi | 3 --- 1 file changed, 3 deletions(-) diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index f052128e2a5..3f6634ce5ec 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -36937,9 +36937,6 @@ link Options to pass to the linker lib Libraries to include on the command line to the linker libgcc Decides which GCC support library to pass to the linker linker Sets the name of the linker -predefines Defines to be passed to the C preprocessor -signed_char Defines to pass to CPP to say whether @code{char} is signed - by default startfile Object files to include at the start of the link @end smallexample -- 2.47.3