r267434 - in /trunk: gcc/go/gofrontend/MERGE li...

ian@gcc.gnu.org ian@gcc.gnu.org
Thu Dec 27 16:31:00 GMT 2018


Author: ian
Date: Thu Dec 27 16:31:50 2018
New Revision: 267434

URL: https://gcc.gnu.org/viewcvs?rev=267434&root=gcc&view=rev
Log:
    runtime: let ARM32 EABI personality function continue unwind when called from traceback
    
    On ARM32 EABI, unlike other platforms, the personality function is
    called during _Unwind_Backtrace (libgcc/unwind-arm-common.inc:581).
    In this case, simply unwind the frame without returning any
    handlers. Otherwise traceback will loop if there is a frame with
    a defer on stack.
    
    Reviewed-on: https://go-review.googlesource.com/c/155759

Modified:
    trunk/gcc/go/gofrontend/MERGE
    trunk/libgo/runtime/go-unwind.c



More information about the Gcc-cvs mailing list