From 17b1d8226efade32cd679d366878cd4ce567fcbe Mon Sep 17 00:00:00 2001 From: ian Date: Thu, 6 May 2004 01:01:43 +0000 Subject: [PATCH] PR driver/9822 * doc/invoke.texi (Spec Files): Remove documentation of %c. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81553 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 5 +++++ gcc/doc/invoke.texi | 7 ------- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4572c4b..65f4188 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-05-05 Ian Lance Taylor + + PR driver/9822 + * doc/invoke.texi (Spec Files): Remove documentation of %c. + 2004-05-05 Chris Demetriou * config/mips/mips.md: Update the msub define_split for new mflo/mfhi diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 1c7052a..7bafb8c 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -5684,13 +5684,6 @@ the last object files that will be passed to the linker. Process the @code{cpp} spec. This is used to construct the arguments to be passed to the C preprocessor. -@item %c -Process the @code{signed_char} spec. This is intended to be used -to tell cpp whether a char is signed. It typically has the definition: -@smallexample -%@{funsigned-char:-D__CHAR_UNSIGNED__@} -@end smallexample - @item %1 Process the @code{cc1} spec. This is used to construct the options to be passed to the actual C compiler (@samp{cc1}). -- 2.7.4