Commit 934f5b42 by Jakub Jelinek Committed by Jakub Jelinek

* unwind-dw2.c (_Unwind_DebugHook): Add used and noclone attributes.

From-SVN: r158773
parent cb751cbd
2010-04-27 Jakub Jelinek <jakub@redhat.com>
* unwind-dw2.c (_Unwind_DebugHook): Add used and noclone attributes.
2010-04-27 Bernd Schmidt <bernds@codesourcery.com>
PR target/40657
......
......@@ -1482,7 +1482,8 @@ uw_init_context_1 (struct _Unwind_Context *context,
context->ra = __builtin_extract_return_addr (outer_ra);
}
static void _Unwind_DebugHook (void *, void *) __attribute__ ((__noinline__));
static void _Unwind_DebugHook (void *, void *)
__attribute__ ((__noinline__, __used__, __noclone__));
/* This function is called during unwinding. It is intended as a hook
for a debugger to intercept exceptions. CFA is the CFA of the
......
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