+2001-07-10 Eric Christopher <echristo@redhat.com>
+
+ * config/mips/mips.c (override_options): Fix typo.
+
2001-07-09 Stan Shebs <shebs@apple.com>
* target.h (struct gcc_target): New fields init_builtins and
(BLOCK_HEAD_TREE): Define.
(BLOCK_END_TREE): Define.
(struct loops): Rename field 'tree' to 'tree_root'.
- * flow.c (entry_exit_blocks): Add initializers for 'head_tree' and
+ * flow.c (entry_exit_blocks): Add initializers for 'head_tree' and
'end_tree'.
(flow_loops_tree_build): Rename reference to field 'tree' to
'tree_root'.
|| ! strcmp (mips_tune_string, "DEFAULT"))
{
if (mips_arch != PROCESSOR_DEFAULT)
- mips_tune == mips_arch;
+ mips_tune = mips_arch;
else
switch (mips_isa)
{