summaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-03-24 04:25:25 +0000
committerMike Frysinger <vapier@gentoo.org>2011-03-24 04:25:25 +0000
commita0bc8198d335dcb2187ea86b3bfef71acfdc3d75 (patch)
treee863ce0e9d9c1d7c722c4f2c5d99f6b92b119fc4 /gas/ChangeLog
parentba48c47be52907e872d3aed50406986979e2358b (diff)
downloadbinutils-gdb-a0bc8198d335dcb2187ea86b3bfef71acfdc3d75.tar.gz
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/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index e283ac511c2..4c4a03c4aad 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