]> git.ipfire.org Git - thirdparty/gcc.git/commit
runtime: handle DW_EH_PE_absptr in type table encoding
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Dec 2018 23:26:58 +0000 (23:26 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Dec 2018 23:26:58 +0000 (23:26 +0000)
commit11de78ee0ea63081b3eb7824f5c557ba30f63124
tree7485f3ec6b04eea472c73e5a4f1c01a4b6bf985c
parentcb23c4be5ee5ee877c723345ff7d6df5ee38829a
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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@267070 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/go/gofrontend/MERGE
libgo/runtime/go-unwind.c