diff options
author | Andreas Jaeger <aj@suse.de> | 2001-09-08 08:31:52 +0200 |
---|---|---|
committer | Andreas Jaeger <aj@gcc.gnu.org> | 2001-09-08 08:31:52 +0200 |
commit | 2c36d07028e4c83741858a0a7cd0c64a5a5edfcf (patch) | |
tree | 7292aebc6e70e21017a6f97b0d8363ffe66cb97a /gcc | |
parent | d5d8d540f97a6f3a8210add35292fcfdd5eaec49 (diff) | |
download | gcc-2c36d07028e4c83741858a0a7cd0c64a5a5edfcf.zip gcc-2c36d07028e4c83741858a0a7cd0c64a5a5edfcf.tar.gz gcc-2c36d07028e4c83741858a0a7cd0c64a5a5edfcf.tar.bz2 |
* i386.h (TARGET_SWITCHES): Fix spelling of option.
From-SVN: r45487
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/i386/i386.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5c7c0ba..033324b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-09-08 Andreas Jaeger <aj@suse.de> + + * i386.h (TARGET_SWITCHES): Fix description. + 2001-09-07 David Edelsohn <edelsohn@gnu.org> * rs6000.c (num_insns_constant): Compute number of instructions diff --git a/gcc/config/i386/i386.h b/gcc/config/i386/i386.h index 6d666ec..eb544c7 100644 --- a/gcc/config/i386/i386.h +++ b/gcc/config/i386/i386.h @@ -345,7 +345,7 @@ extern const int x86_epilogue_using_move; N_("Do not support MMX, SSE and SSE2 builtins and code generation") }, \ { "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, \ + { "no-mix-sse-i387", -MASK_MIX_SSE_I387, \ 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.") }, \ |