diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-03-24 04:25:25 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-03-24 04:25:25 +0000 |
commit | a0bc8198d335dcb2187ea86b3bfef71acfdc3d75 (patch) | |
tree | e863ce0e9d9c1d7c722c4f2c5d99f6b92b119fc4 /gas/ChangeLog | |
parent | ba48c47be52907e872d3aed50406986979e2358b (diff) | |
download | gdb-a0bc8198d335dcb2187ea86b3bfef71acfdc3d75.zip gdb-a0bc8198d335dcb2187ea86b3bfef71acfdc3d75.tar.gz gdb-a0bc8198d335dcb2187ea86b3bfef71acfdc3d75.tar.bz2 |
gas: blackfin: catch invalid dest dregs in dsp mult insns
While we were catching a few mismatches in vectorized dsp mult insns,
the error we displayed was misleading. Once we fix that up, we can
convert previously dead code into proper checking for destination
dreg matching.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index e283ac5..4c4a03c 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2011-03-24 Mike Frysinger <vapier@gentoo.org> + + * config/bfin-parse.y (check_macfuncs): Clarify error message when + P is mismatched. Check destination regno are off by one when P is + set, or are equal when P is not set. + 2011-03-23 Mike Frysinger <vapier@gentoo.org> * config/bfin-parse.y (SEARCH): Return yyerror when dest reg $2 is |