This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

src/gas ChangeLog config/bfin-parse.y testsuit ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	vapier@sourceware.org	2011-03-24 04:25:25

Modified files:
	gas            : ChangeLog 
	gas/config     : bfin-parse.y 
	gas/testsuite  : ChangeLog 
	gas/testsuite/gas/bfin: expected_errors.l expected_errors.s 

Log message:
	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>

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.4441&r2=1.4442
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/config/bfin-parse.y.diff?cvsroot=src&r1=1.49&r2=1.50
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/ChangeLog.diff?cvsroot=src&r1=1.1868&r2=1.1869
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/bfin/expected_errors.l.diff?cvsroot=src&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/bfin/expected_errors.s.diff?cvsroot=src&r1=1.5&r2=1.6


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]