https://gcc.gnu.org/g:8e3fef3ce023c7c00707328662aa861acdb6ee68

commit r15-2174-g8e3fef3ce023c7c00707328662aa861acdb6ee68
Author: André Maroneze <andre.maron...@cea.fr>
Date:   Sat Jul 20 16:42:47 2024 +0200

    doc: Remove documentation of two obsolete spec strings
    
    gcc:
            * doc/invoke.texi (Spec Files): Remove documentation of obsolete
            spec strings "predefines" and "signed_char".

Diff:
---
 gcc/doc/invoke.texi | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index f052128e2a5d..3f6634ce5ec2 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

Reply via email to