diff mbox series

Spec Files: remove documentation about obsolete spec strings

Message ID 3940c57a-b256-4331-aa19-dbc55f21ba41@cea.fr
State New
Headers show
Series Spec Files: remove documentation about obsolete spec strings | expand

Commit Message

André Maroneze Jan. 16, 2024, 3:25 p.m. UTC
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(-)
diff mbox series

Patch

diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 01170c0ce5c..2ddd3665308 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -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