diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2018-12-11 20:50:59 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2018-12-11 20:50:59 +0000 |
commit | be68937be28ad63bd6f7a75d0fa5c851ba4afc2b (patch) | |
tree | 98f59c62064bac4ce953a9287e059cbd3454ac3d /gcc | |
parent | 582d2481f7380441c345bf1dfe698f90f34dd6cf (diff) | |
download | gcc-be68937be28ad63bd6f7a75d0fa5c851ba4afc2b.zip gcc-be68937be28ad63bd6f7a75d0fa5c851ba4afc2b.tar.gz gcc-be68937be28ad63bd6f7a75d0fa5c851ba4afc2b.tar.bz2 |
runtime: use _URC_FAILURE on ARM32
ARM32 EABI unwinder does not define _URC_NORMAL_STOP. Instead,
it has _URC_FAILURE. Use _URC_FAILURE there.
Should fix ARM32 build.
Reviewed-on: https://go-review.googlesource.com/c/153417
From-SVN: r267033
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 062f9c7..ccdfb1c 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -f0266d382f8965b7bcaa380aa963498c1884505e +4db15776701a7cfc1abcef08f7a98c63343d17e6 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |