diff options
author | André Maroneze <andre.maroneze@cea.fr> | 2024-07-20 16:42:47 +0200 |
---|---|---|
committer | Gerald Pfeifer <gerald@pfeifer.com> | 2024-07-20 16:42:47 +0200 |
commit | 8e3fef3ce023c7c00707328662aa861acdb6ee68 (patch) | |
tree | 564c65b3bbb3e1362b593cc18e5107429a5239c0 /gcc | |
parent | e0d997e913f811ecf4b3e10891e6a4aab5b38a31 (diff) | |
download | gcc-8e3fef3ce023c7c00707328662aa861acdb6ee68.zip gcc-8e3fef3ce023c7c00707328662aa861acdb6ee68.tar.gz gcc-8e3fef3ce023c7c00707328662aa861acdb6ee68.tar.bz2 |
doc: Remove documentation of two obsolete spec strings
gcc:
* doc/invoke.texi (Spec Files): Remove documentation of obsolete
spec strings "predefines" and "signed_char".
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/doc/invoke.texi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index f052128..3f6634c 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 |