Commit 32ccb0ac by Richard Kenner

(expand_builtin, case BUILT_IN_SETJMP): Add test and call for

nonlocal_goto_receiver pattern.

From-SVN: r12621
parent a3a58acc
...@@ -8894,6 +8894,10 @@ expand_builtin (exp, target, subtarget, mode, ignore) ...@@ -8894,6 +8894,10 @@ expand_builtin (exp, target, subtarget, mode, ignore)
} }
#endif #endif
#ifdef HAVE_nonlocal_goto_receiver
if (HAVE_nonlocal_goto_receiver)
emit_insn (gen_nonlocal_goto_receiver ());
#endif
/* The static chain pointer contains the address of dummy function. /* The static chain pointer contains the address of dummy function.
We need to call it here to handle some PIC cases of restoring We need to call it here to handle some PIC cases of restoring
a global pointer. Then return 1. */ a global pointer. Then return 1. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment