* config/tc-arm.c (do_vfp_nsyn_pop): Use fldmias/fldmiad.
authorMark Shinwell <shinwell@codesourcery.com>
Sun, 25 Feb 2007 19:29:25 +0000 (19:29 +0000)
committerMark Shinwell <shinwell@codesourcery.com>
Sun, 25 Feb 2007 19:29:25 +0000 (19:29 +0000)
gas/ChangeLog
gas/config/tc-arm.c

index 108e8d9..f0db1b3 100644 (file)
@@ -1,3 +1,7 @@
+2007-02-25  Mark Shinwell  <shinwell@codesourcery.com>
+
+       * config/tc-arm.c (do_vfp_nsyn_pop): Use fldmias/fldmiad.
+
 2007-02-23  Alan Modra  <amodra@bigpond.net.au>
 
        * config/tc-mn10300.c (md_convert_frag): Correct fixup size.
index 4f341cb..f0560f5 100644 (file)
@@ -11257,9 +11257,9 @@ do_vfp_nsyn_pop (void)
 {
   nsyn_insert_sp ();
   if (inst.operands[1].issingle)
-    do_vfp_nsyn_opcode ("fldmdbs");
+    do_vfp_nsyn_opcode ("fldmias");
   else
-    do_vfp_nsyn_opcode ("fldmdbd");
+    do_vfp_nsyn_opcode ("fldmiad");
 }
 
 /* Fix up Neon data-processing instructions, ORing in the correct bits for