mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 05:00:01 +00:00
* config/tc-mips.c (md_parse_option): Don't infer optimisation
options from debug options.
This commit is contained in:
parent
35d3d567cc
commit
d5f010e93b
@ -1,3 +1,9 @@
|
||||
2006-07-20 Thiemo Seufer <ths@mips.com>
|
||||
Nigel Stephens <nigel@mips.com>
|
||||
|
||||
* config/tc-mips.c (md_parse_option): Don't infer optimisation
|
||||
options from debug options.
|
||||
|
||||
2006-07-20 Thiemo Seufer <ths@mips.com>
|
||||
|
||||
* config/tc-mips.c (mips_fix_adjustable): Handle BFD_RELOC_MIPS16_JMP.
|
||||
|
@ -10992,11 +10992,6 @@ md_parse_option (int c, char *arg)
|
||||
mips_debug = 2;
|
||||
else
|
||||
mips_debug = atoi (arg);
|
||||
/* When the MIPS assembler sees -g or -g2, it does not do
|
||||
optimizations which limit full symbolic debugging. We take
|
||||
that to be equivalent to -O0. */
|
||||
if (mips_debug == 2)
|
||||
mips_optimize = 1;
|
||||
break;
|
||||
|
||||
case OPTION_MIPS1:
|
||||
|
Loading…
Reference in New Issue
Block a user