target-mips: add microMIPS exception handler support
authorNathan Froyd <froydnj@codesourcery.com>
Tue, 8 Jun 2010 20:30:01 +0000 (13:30 -0700)
committerAurelien Jarno <aurelien@aurel32.net>
Wed, 9 Jun 2010 14:10:51 +0000 (16:10 +0200)
commit4190869bcc2e8910f56f18dca44cf3b36be8e05a
tree29d718f8b97573eb4b4b359e352159d696c0a19f
parent1e1da54b239c13a787145ceaccc6670c7f7bfc6a
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>
target-mips/cpu.h
target-mips/helper.c