diff options
author | Chris Demetriou <cgd@broadcom.com> | 2002-08-05 05:36:20 +0000 |
---|---|---|
committer | Chris Demetriou <cgd@gcc.gnu.org> | 2002-08-04 22:36:20 -0700 |
commit | 054b750747e332406cefb5bce6490b99c7b3750e (patch) | |
tree | b825f9aa7c1736a2c01cd6349807b1349e2229ec /gcc | |
parent | 201fbb7f201cd7af4491ce07a7c5b4aa7ee99e22 (diff) | |
download | gcc-054b750747e332406cefb5bce6490b99c7b3750e.zip gcc-054b750747e332406cefb5bce6490b99c7b3750e.tar.gz gcc-054b750747e332406cefb5bce6490b99c7b3750e.tar.bz2 |
invoke.texi: Remove duplicated paragraph describing TARGET_SWITCHES.
2002-08-04 Chris Demetriou <cgd@broadcom.com>
* doc/invoke.texi: Remove duplicated paragraph describing
TARGET_SWITCHES.
From-SVN: r56040
Diffstat (limited to 'gcc')
-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 |