* config/tc-arm.c (do_vfp_nsyn_pop): Use fldmias/fldmiad.

This commit is contained in:
Mark Shinwell 2007-02-25 19:29:25 +00:00
parent ef57601be4
commit 22b5b65113
2 changed files with 6 additions and 2 deletions

View 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.

View 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