I found that declaring _Unwind_{Get,Set}{GR,IP} as the external
functions will break the build with libgcc, which does not define
these functions in their libraries.
Besides, IMO, since these are not part of the ARM EHABI specification
it will be better to avoid introducing ABI backward incompatible
changes.
This commit partially reverts r219629.
Please have a look. Thanks.
(p.s. This is the 1/6 patch to fix the backtrace_test and libgcc support.)