1
0
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:
Roland McGrath
2014-12-16 14:31:24 -08:00
parent 380292ba8b
commit c324fcfe75
7 changed files with 21 additions and 5 deletions

View File

@ -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__;