Spec Files: remove documentation about obsolete spec strings
Checks
Commit Message
Remove from documentation spec strings that no longer exist in the code:
- predefines: removed in 2003 (From-SVN: r66917)
- signed_char: removed in 2002 (From-SVN: r49444)
gcc/
* doc/invoke.texi (Spec Files): Remove obsolete spec strings
---
gcc/doc/invoke.texi | 3 ---
1 file changed, 3 deletions(-)
@@ -35855,9 +35855,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