From: Mike Frysinger Date: Wed, 22 Sep 2010 21:34:10 +0000 (+0000) Subject: gas: blackfin: fix typo in BYTEOP16P comment X-Git-Tag: sid-snapshot-20101001~99 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f9e322211731d7883f8de9dc0015e8ea1882f4f9;p=thirdparty%2Fbinutils-gdb.git gas: blackfin: fix typo in BYTEOP16P comment Signed-off-by: Mike Frysinger --- diff --git a/gas/ChangeLog b/gas/ChangeLog index b936db5f245..024eff59811 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2010-09-22 Mike Frysinger + + * config/bfin-parse.y: Fix typo in BYTEOP16P comment. + 2010-09-22 Robin Getz * config/bfin-parse.y (is_store): New function. diff --git a/gas/config/bfin-parse.y b/gas/config/bfin-parse.y index 90d3b0450ed..81640aa926c 100644 --- a/gas/config/bfin-parse.y +++ b/gas/config/bfin-parse.y @@ -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); } }