From 3ce9f090550e4bae93cd81d0ebebfad932c938af Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Thu, 7 Jul 2011 14:24:21 +0100 Subject: gcc.c (%[Spec]): Don't document. * gcc.c (%[Spec]): Don't document. (struct spec_list): Update comment. (do_spec_1): Don't handle %[Spec]. * doc/invoke.texi (%[@var{name}]): Remove documentation of spec. From-SVN: r175970 --- gcc/doc/invoke.texi | 3 --- 1 file changed, 3 deletions(-) (limited to 'gcc/doc') diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 223a9d5..0be0f4d 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -9768,9 +9768,6 @@ Use this when inconsistent options are detected. @item %(@var{name}) Substitute the contents of spec string @var{name} at this point. -@item %[@var{name}] -Like @samp{%(@dots{})} but put @samp{__} around @option{-D} arguments. - @item %x@{@var{option}@} Accumulate an option for @samp{%X}. -- cgit v1.1