mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Use pragmas rather than makefiles for necessary options for unwind code.
This commit is contained in:
@ -21,6 +21,8 @@
|
||||
#include <unwind.h>
|
||||
#include <pthreadP.h>
|
||||
|
||||
#pragma GCC optimize ("-fexceptions", "-fasynchronous-unwind-tables")
|
||||
|
||||
static void *libgcc_s_handle;
|
||||
static void (*libgcc_s_resume) (struct _Unwind_Exception *exc)
|
||||
__attribute_used__;
|
||||
|
Reference in New Issue
Block a user