diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2018-12-12 23:26:58 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2018-12-12 23:26:58 +0000 |
commit | e7db55f636486e101b2d812dda6f9768e1a6b419 (patch) | |
tree | 7485f3ec6b04eea472c73e5a4f1c01a4b6bf985c /gcc | |
parent | 7a289b7d0ac7f26a7f5e8d27608ce5e67317cc37 (diff) | |
download | gcc-e7db55f636486e101b2d812dda6f9768e1a6b419.zip gcc-e7db55f636486e101b2d812dda6f9768e1a6b419.tar.gz gcc-e7db55f636486e101b2d812dda6f9768e1a6b419.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/go/gofrontend/MERGE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index 2f67835..8b1ca48 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -be6dbbdbe29f39d6d2ec0d5574ced398cb6e250a +16a48dbc1c69075321b388d235651b59abcb58ce The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |