mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 09:58:19 +08:00
* config/tc-mips.c (md_parse_option): When debugging, set
mips_optimize to 1, not 0.
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
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 (my_getExpression): In mips16 mode, if it looks
|
||||
|
@ -7897,7 +7897,7 @@ md_parse_option (c, arg)
|
||||
optimizations which limit full symbolic debugging. We take
|
||||
that to be equivalent to -O0. */
|
||||
if (mips_debug == 2)
|
||||
mips_optimize = 0;
|
||||
mips_optimize = 1;
|
||||
break;
|
||||
|
||||
case OPTION_MIPS1:
|
||||
|
Reference in New Issue
Block a user