diff options
| -rw-r--r-- | gcc/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/doc/invoke.texi | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bc20197..1170712 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2002-08-04 Chris Demetriou <cgd@broadcom.com> + + * doc/invoke.texi: Remove duplicated paragraph describing + TARGET_SWITCHES. + 2002-08-04 Geoffrey Keating <geoffk@redhat.com> * Makefile.in (sdbout.o): Doesn't need $(OBSTACK_H). diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 2bd6450..a8c7da5 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -7371,11 +7371,6 @@ depends on the target gcc was configured for, but commonly is either @samp{_flush_func} or @samp{__cpu_flush}. @end table -These options are defined by the macro -@code{TARGET_SWITCHES} in the machine description. The default for the -options is also defined by that macro, which enables you to change the -defaults. - @node i386 and x86-64 Options @subsection Intel 386 and AMD x86-64 Options @cindex i386 Options |
