From: Robin Getz Date: Tue, 16 Mar 2010 14:40:17 +0000 (+0000) Subject: Blackfin: add support for the DBGA (debug assert) pseudo insn X-Git-Tag: v2.6.35-rc1~410^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ce3e9c2a2cfb8849dd471349fe5e6bc37c0f13f;p=pandora-kernel.git Blackfin: add support for the DBGA (debug assert) pseudo insn A few pseudo debug insns exist to make testing of simulators easier. Since these don't actually exist in the hardware, we have to have the exception handler take care of emulating these. This allows sim test cases to be executed unmodified under Linux and thus simplify debugging greatly. Signed-off-by: Robin Getz Signed-off-by: Mike Frysinger --- Reading git-diff-tree failed