commit | 55128d1aca5c3bd5c4ae2490d94852414de19db4 | [log] [tgz] |
---|---|---|
author | WenHan Gu <Wenhan.gu@mediatek.com> | Wed Mar 06 10:20:35 2013 +0800 |
committer | WenHan Gu <Wenhan.gu@mediatek.com> | Wed Mar 06 10:25:32 2013 +0800 |
tree | 752de9116dd092217376c0e33dfcb955e2020162 | |
parent | 27bd326dc3a90736d342267011127cdc3961174f [diff] |
[ARM] Add unwind portable header adaptor. ARM expanse some functions to others. For example, _Unwind_GetIP will be inlined to _Unwind_GetGR, which will be inlined to _Unwind_VRS_Get. This happens at header-included level. However, we use Itanium _Unwind_* header as portable one. We do the inlining in ARM libportable to prevent undefined reference to these functions. Change-Id: Iad94c4a92531cdcfbcf535443fb257d02cb24c43 Signed-off-by: WenHan Gu <Wenhan.gu@mediatek.com>