aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@gcc.gnu.org>2001-09-07 10:57:13 +0200
committerAndreas Jaeger <aj@gcc.gnu.org>2001-09-07 10:57:13 +0200
commit4cba3b67af8cfb6e4507615aeaacc498fb158a20 (patch)
tree57be9ea2dddcb138fb2dd5bda09dcc052c6a72c9
parentd29d2b8756e4de801b79744b8b8d7ff2c2c31e77 (diff)
downloadgcc-4cba3b67af8cfb6e4507615aeaacc498fb158a20.zip
gcc-4cba3b67af8cfb6e4507615aeaacc498fb158a20.tar.gz
gcc-4cba3b67af8cfb6e4507615aeaacc498fb158a20.tar.bz2
* i386.h (TARGET_SWITCHES): Fix descriptions.
From-SVN: r45463
-rw-r--r--gcc/ChangeLog8
-rw-r--r--gcc/config/i386/i386.h4
2 files changed, 8 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 4266049..21d0244 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2001-09-07 Andreas Jaeger <aj@suse.de>
+
+ * i386.h (TARGET_SWITCHES): Fix descriptions.
+
2001-09-07 Matt Kraai <kraai@alumni.carnegiemellon.edu>
* stor-layout.c (compute_record_mode): Check DECL_SIZE is set.
@@ -111,12 +115,12 @@ Wed Sep 5 17:28:49 CEST 2001 Jan Hubicka <jh@suse.cz>
2001-09-05 David Billinghurst <David.Billinghurst@riotinto.com>
- * gcc.c: (process_command) Add parentheses around assignment
+ * gcc.c: (process_command) Add parentheses around assignment
used as truth value.
2001-09-05 Richard Sandiford <rsandifo@redhat.com>
- * config/mips/mips.c (save_restore_insns): Don't mark any register
+ * config/mips/mips.c (save_restore_insns): Don't mark any register
save slots as unchanging if current_function_calls_eh_return.
2001-09-05 Richard Henderson <rth@redhat.com>
diff --git a/gcc/config/i386/i386.h b/gcc/config/i386/i386.h
index 9251150..6d666ec 100644
--- a/gcc/config/i386/i386.h
+++ b/gcc/config/i386/i386.h
@@ -346,7 +346,7 @@ extern const int x86_epilogue_using_move;
{ "mix-sse-i387", MASK_MIX_SSE_I387, \
N_("Use both SSE and i387 instruction sets for floating point arithmetics") },\
{ "nomix-sse-i387", -MASK_MIX_SSE_I387, \
- N_("Use both SSE and i387 instruction sets for floating point arithmetics") },\
+ N_("Do not use both SSE and i387 instruction sets for floating point arithmetics") },\
{ "128bit-long-double", MASK_128BIT_LONG_DOUBLE, \
N_("sizeof(long double) is 16.") }, \
{ "96bit-long-double", -MASK_128BIT_LONG_DOUBLE, \
@@ -358,7 +358,7 @@ extern const int x86_epilogue_using_move;
{ "red-zone", -MASK_NO_RED_ZONE, \
N_("Use red-zone in the x86-64 code") }, \
{ "no-red-zone", MASK_NO_RED_ZONE, \
- N_("do not use red-zone in the x86-64 code") }, \
+ N_("Do not use red-zone in the x86-64 code") }, \
SUBTARGET_SWITCHES \
{ "", TARGET_DEFAULT, 0 }}