[[ blog 이사 과정에서 정확한 posting날짜가 분실됨. 년도와 분기 정도는 맞지 않을까? ]]
RVCT and ADS make long jump be possible by adding veneer. But, interestingly, link tool of RVCT and ADS, added veneer only when jump to the code located in other execution area. So, in the case that long jump to the same-execution-area-code is needed, linker generates "memory relocation error" in ADS and RVCT. That's why we need to classify code and put them into several execution area.
TI's TMS470 adds veneer('Trampoline' in TMS) even if target code of long jump is in same execution area. But TMS470 is very slow... :-(
I have no idea about gnu arm eabi tools...
'Domain > ARM' 카테고리의 다른 글
[ARM] Sample code for unwinding stack with DWARF2 information. (0) | 2010.04.07 |
---|---|
[ARM] Sample code for unwinding stack in Thumb mode. (0) | 2010.04.07 |
[ARM] Unwinding Stack. (0) | 2009.09.15 |
[ARM] .init_array section (0) | 2007.03.18 |
[ARM] Exception generating codes... (0) | 2006.05.13 |