X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;ds=sidebyside;f=libgcc%2Funwind-sjlj.c;h=f8e9dc04f5faf5beff0c6d03c68e419db4b1b998;hb=57ea089421a3cfce936f91f3c0c92bf95ac71da1;hp=e4f11da9c18c5433e65c10aacb1ceb979fe6fca3;hpb=818ab71a415cd234be092111a0aa5e812ec56434;p=gcc.git diff --git a/libgcc/unwind-sjlj.c b/libgcc/unwind-sjlj.c index e4f11da9c18..f8e9dc04f5f 100644 --- a/libgcc/unwind-sjlj.c +++ b/libgcc/unwind-sjlj.c @@ -1,5 +1,5 @@ /* SJLJ exception handling and frame unwind runtime interface routines. - Copyright (C) 1997-2016 Free Software Foundation, Inc. + Copyright (C) 1997-2020 Free Software Foundation, Inc. This file is part of GCC. @@ -300,7 +300,8 @@ uw_init_context (struct _Unwind_Context *context) static void __attribute__((noreturn)) uw_install_context (struct _Unwind_Context *current __attribute__((unused)), - struct _Unwind_Context *target) + struct _Unwind_Context *target, + unsigned long frames __attribute__((unused))) { _Unwind_SjLj_SetContext (target->fc); longjmp (target->fc->jbuf, 1);