public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* Incorrect encoding of VPOP on ARM
@ 2007-02-15 13:33 Mark Shinwell
  2007-02-22 11:16 ` Nick Clifton
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Shinwell @ 2007-02-15 13:33 UTC (permalink / raw)
  To: binutils

This fixes two small errors causing incorrect encoding of VPOP.
OK to apply?

Mark

--


2007-02-15  Mark Shinwell  <shinwell@codesourcery.com>

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


--- tc-arm.c    11 Jan 2007 15:39:07 -0000      1.310
+++ tc-arm.c    15 Feb 2007 11:53:52 -0000
@@ -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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Incorrect encoding of VPOP on ARM
  2007-02-15 13:33 Incorrect encoding of VPOP on ARM Mark Shinwell
@ 2007-02-22 11:16 ` Nick Clifton
  0 siblings, 0 replies; 2+ messages in thread
From: Nick Clifton @ 2007-02-22 11:16 UTC (permalink / raw)
  To: Mark Shinwell; +Cc: binutils

Hi Mark,

> 2007-02-15  Mark Shinwell  <shinwell@codesourcery.com>
> 
>         * config/tc-arm.c (do_vfp_nsyn_pop): Use fldmias/fldmiad.
> 

Approved - please apply.

Cheers
   Nick


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-02-22 11:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-15 13:33 Incorrect encoding of VPOP on ARM Mark Shinwell
2007-02-22 11:16 ` Nick Clifton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).