runtime: handle DW_EH_PE_absptr in type table encoding
authorIan Lance Taylor <ian@gcc.gnu.org>
Wed, 12 Dec 2018 23:26:58 +0000 (23:26 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Wed, 12 Dec 2018 23:26:58 +0000 (23:26 +0000)
commite7db55f636486e101b2d812dda6f9768e1a6b419
tree7485f3ec6b04eea472c73e5a4f1c01a4b6bf985c
parent7a289b7d0ac7f26a7f5e8d27608ce5e67317cc37
runtime: handle DW_EH_PE_absptr in type table encoding

    The type table encoding can be DW_EH_PE_absptr, but this case
    was missing, which was causing abort on ARM32 EABI. Add the
    missing case.

    Reviewed-on: https://go-review.googlesource.com/c/153857

From-SVN: r267070
gcc/go/gofrontend/MERGE
libgo/runtime/go-unwind.c