OSDN Git Service

* config/tc-mips.c (macro): One more use of load_delay_nop.
authorths <ths>
Thu, 22 Apr 2004 22:00:47 +0000 (22:00 +0000)
committerths <ths>
Thu, 22 Apr 2004 22:00:47 +0000 (22:00 +0000)
gas/ChangeLog
gas/config/tc-mips.c

index c9a9cfe..0c99bf3 100644 (file)
@@ -1,3 +1,7 @@
+2004-04-22  Thiemo Seufer  <seufer@csv.ica.uni-stuttgart.de>
+
+       * config/tc-mips.c (macro): One more use of load_delay_nop.
+
 2004-04-22  Atsushi Nemoto  <anemo@mba.ocn.ne.jp>
 
        * config/tc-mips.c (load_delay_nop): New function.
index 3c0596d..2239f08 100644 (file)
@@ -7554,8 +7554,7 @@ macro2 (struct mips_cl_insn *ip)
       if (treg == tempreg)
         return;
       /* Protect second load's delay slot.  */
-      if (!gpr_interlocks)
-       macro_build (NULL, "nop", "");
+      load_delay_nop ();
       move_register (treg, tempreg);
       break;