r267033 - in /trunk: gcc/go/gofrontend/MERGE li...
ian@gcc.gnu.org
ian@gcc.gnu.org
Tue Dec 11 20:50:00 GMT 2018
Author: ian
Date: Tue Dec 11 20:50:59 2018
New Revision: 267033
URL: https://gcc.gnu.org/viewcvs?rev=267033&root=gcc&view=rev
Log:
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
Modified:
trunk/gcc/go/gofrontend/MERGE
trunk/libgo/runtime/go-unwind.c
More information about the Gcc-cvs
mailing list