In r208166, several code has been added so that .eh_frame can
be generated for ARM in NetBSD, which is using Itanium C++ ABI
directly.
However, this will be incorrect when ARM EHABI is used.
With ARM EHABI, we should use DW_EH_PE_absptr for TTypeEncoding
instead.