OSDN Git Service

tests/tcg/xtensa: move exception handlers to separate section
authorMax Filippov <jcmvbkbc@gmail.com>
Fri, 31 Aug 2018 19:00:42 +0000 (12:00 -0700)
committerMax Filippov <jcmvbkbc@gmail.com>
Mon, 17 Sep 2018 18:09:04 +0000 (11:09 -0700)
commitf81aa02e0d63dbc0b7ad864e48fd5e245b0021e0
tree0638bbf87bd72f1fa76e83bd0118e65ca97be19c
parente8e05fd472cbe77650353eaa50d5a9703a91c1db
tests/tcg/xtensa: move exception handlers to separate section

Not all CPU configurations may have enough space for handler code
between exception/interrupt vectors. Leave jumps to the handlers at the
vectors, but move all handlers past the vectors area.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
tests/tcg/xtensa/linker.ld.S