https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85492
--- Comment #8 from Jim Wilson <wilson at gcc dot gnu.org> --- (In reply to Aurelien Jarno from comment #7) > Should I just close this bug and open a new one on the glibc side? That is fine if you want to do that. > + /* Mark ra as undefined in order to stop unwinding here! */ > + cfi_undefined (ra) I tried this, and it worked for me.