]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gas: blackfin: fix typo in BYTEOP16P comment
authorMike Frysinger <vapier@gentoo.org>
Wed, 22 Sep 2010 21:34:10 +0000 (21:34 +0000)
committerMike Frysinger <vapier@gentoo.org>
Wed, 22 Sep 2010 21:34:10 +0000 (21:34 +0000)
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
gas/ChangeLog
gas/config/bfin-parse.y

index b936db5f24540866c75fb0b0ce659f54fbc9acb4..024eff59811caeac27fc63a87b9a20f0c758212b 100644 (file)
@@ -1,3 +1,7 @@
+2010-09-22  Mike Frysinger  <vapier@gentoo.org>
+
+       * config/bfin-parse.y: Fix typo in BYTEOP16P comment.
+
 2010-09-22  Robin Getz  <robin.getz@analog.com>
 
        * config/bfin-parse.y (is_store): New function.
index 90d3b0450edc776fcef239a86603c1fb67e2f9df..81640aa926caa2cfb5600ba6900e3e8e9524b9c0 100644 (file)
@@ -833,7 +833,7 @@ asm_1:
            return yyerror ("Bad dreg pair");
          else
            {
-             notethat ("dsp32alu: (dregs , dregs ) = BYTEOP16P (dregs_pair , dregs_pair ) (half)\n");
+             notethat ("dsp32alu: (dregs , dregs ) = BYTEOP16P (dregs_pair , dregs_pair ) (aligndir)\n");
              $$ = DSP32ALU (21, 0, &$2, &$4, &$9, &$13, $17.r0, 0, 0);
            }
        }