target-xtensa: implement relocatable vectors
authorMax Filippov <jcmvbkbc@gmail.com>
Mon, 5 Sep 2011 23:55:51 +0000 (03:55 +0400)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 10 Sep 2011 16:57:40 +0000 (16:57 +0000)
commitb452728b77a84b21a7b0f8277e435f1ed3264c1e
treec4fffbc9a31700a6276d0570021e1e88c73a2e43
parent637d31f7ec6ad656f681e4566b78331582a73875
target-xtensa: implement relocatable vectors

See ISA, 4.4.3 for details.

Vector addresses recorded in core configuration are absolute values that
correspond to default VECBASE value.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
target-xtensa/cpu.h
target-xtensa/helper.c
target-xtensa/translate.c