commit | bbfa8f72e99baa0514b2b39e671830cf9a3adc44 | [log] [tgz] |
---|---|---|
author | Nathan Froyd <froydnj@codesourcery.com> | Tue Jun 08 13:30:01 2010 -0700 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Wed Jun 09 16:10:51 2010 +0200 |
tree | 29d718f8b97573eb4b4b359e352159d696c0a19f | |
parent | 3c824109da076d2a1df4b798f9df81b385131f92 [diff] |
target-mips: add microMIPS exception handler support Unlike MIPS16, microMIPS lets you choose the ISA mode for your exception handlers. The ISA mode is selectable via a user-writable CP0.Config3 flag. Signed-off-by: Nathan Froyd <froydnj@codesourcery.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>