mips_optimize is also affected by -g.
This commit is contained in:
parent
c49a9c4076
commit
e9f108bcba
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
|||
Tue Jul 27 08:45:05 1993 Ian Lance Taylor (ian@cygnus.com)
|
||||
|
||||
* config/tc-mips.c (mips_optimize): New static variable.
|
||||
(append_insn): If ! mips_optimize, don't swap branches.
|
||||
(md_parse_option): If -Ox, set mips_optimize accordingly.
|
||||
(append_insn): If mips_optimize == 0, always insert NOP
|
||||
instructions. If mips_optimize < 2, don't swap branches.
|
||||
(md_parse_option): If -Ox or -gx, set mips_optimize accordingly.
|
||||
|
||||
Mon Jul 26 18:02:43 1993 K. Richard Pixley (rich@sendai.cygnus.com)
|
||||
|
||||
|
|
Loading…
Reference in a new issue