* config/tc-mips.c (md_parse_option): When debugging, set

mips_optimize to 1, not 0.
This commit is contained in:
Ian Lance Taylor
1997-02-12 21:30:02 +00:00
parent dd199a3ef7
commit 05874c2e35
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
Wed Feb 12 14:36:29 1997 Ian Lance Taylor <ian@cygnus.com> Wed Feb 12 14:36:29 1997 Ian Lance Taylor <ian@cygnus.com>
* config/tc-mips.c (md_parse_option): When debugging, set
mips_optimize to 1, not 0.
* config/tc-mips.c (mips16_ip): Handle an extend operand. * config/tc-mips.c (mips16_ip): Handle an extend operand.
* config/tc-mips.c (my_getExpression): In mips16 mode, if it looks * config/tc-mips.c (my_getExpression): In mips16 mode, if it looks

View File

@ -7897,7 +7897,7 @@ md_parse_option (c, arg)
optimizations which limit full symbolic debugging. We take optimizations which limit full symbolic debugging. We take
that to be equivalent to -O0. */ that to be equivalent to -O0. */
if (mips_debug == 2) if (mips_debug == 2)
mips_optimize = 0; mips_optimize = 1;
break; break;
case OPTION_MIPS1: case OPTION_MIPS1: