Fix ARM EHABI compact model pr1/pr2 handlerdata.
The ARM EHABI defines a different handler data format for __aeabi_unwind_cpp_pr1 and __aeabi_unwind_cpp_pr2. The handler data should consist of several words, and terminated by zero. We should emit a word of 0 when the .handlerdata directive is not specified by the user.
Loading
Please sign in to comment