Logan Chien 0a39e26433 Fix ARM EHABI compact model 1 and 2 without handlerdata.
According to ARM EHABI section 9.2, if the
__aeabi_unwind_cpp_pr1() or __aeabi_unwind_cpp_pr2() is
used, then the handler data must be emitted after the unwind
opcodes.  The handler data consists of several words, and
should be terminated by zero.

In case that the .handlerdata directive is not specified by
the programmer, we should emit zero to terminate the handler
data.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185422 91177308-0d34-0410-b5e6-96231b3b80d8
2013-07-02 12:43:27 +00:00
..
2012-12-11 06:25:18 +00:00
2011-12-20 23:20:00 +00:00
2013-06-24 09:11:53 +00:00
2013-06-24 09:11:53 +00:00
2012-08-02 08:35:55 +00:00
2012-04-26 01:38:10 +00:00