SLAA534A June 2013 – June 2020
The MSP430 has the following ABI-specified personality routines. They have the same format as the ARM EABI. The following table specifies the personality routines and their PR indexes.
PR Index (bits 27-24) | Personality | Routine Name | Unwind Instructions | Width of Scope Fields | Notes |
---|---|---|---|---|---|
0000 | PR0 (Su16) | _ _MSP430_unwind_cpp_pr0 | Up to 3 one-byte instructions | 16 | |
0001 | PR1 (Lu16) | _ _MSP430_unwind_cpp_pr1 | Unlimited onebyte instructions | 16 | |
0010 | PR2 (Lu32) | _ _MSP430_unwind_cpp_pr2 | Unlimited onebyte instructions | 32 | Must be used if 16-bit scope fields will not reach |
When using compact model EXTAB entries, a relocatable file must explicitly indicate which routines it depends on by including a reference from the EXTAB's section to the corresponding personality routine symbol, in the form of a R_MSP430_NONE relocation.