mips_optimize is also affected by -g.
authorIan Lance Taylor <ian@airs.com>
Tue, 27 Jul 1993 18:36:19 +0000 (18:36 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 27 Jul 1993 18:36:19 +0000 (18:36 +0000)
gas/ChangeLog

index de7c336ad76cac99edf5aa0c87e8b80e5b6b2492..08c4d24e4c92aae1b649265c12c7df312b49c495 100644 (file)
@@ -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)
 
This page took 0.029164 seconds and 4 git commands to generate.