Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 617526
Collapse All | Expand All

(-)a/libpthread/nptl/sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c (-1 / +2 lines)
Lines 27-33 Link Here
27
#define __libc_fatal(x)         {/*write(STDERR_FILENO, x, strlen(x));*/ abort();}
27
#define __libc_fatal(x)         {/*write(STDERR_FILENO, x, strlen(x));*/ abort();}
28
28
29
static void *libgcc_s_handle;
29
static void *libgcc_s_handle;
30
static void (*libgcc_s_resume) (struct _Unwind_Exception *exc);
30
static void (*libgcc_s_resume) (struct _Unwind_Exception *exc)
31
  __attribute_used__;
31
static _Unwind_Reason_Code (*libgcc_s_personality)
32
static _Unwind_Reason_Code (*libgcc_s_personality)
32
  (_Unwind_State, struct _Unwind_Exception *, struct _Unwind_Context *);
33
  (_Unwind_State, struct _Unwind_Exception *, struct _Unwind_Context *);
33
static _Unwind_Reason_Code (*libgcc_s_forcedunwind)
34
static _Unwind_Reason_Code (*libgcc_s_forcedunwind)
(-)a/libpthread/nptl/sysdeps/unix/sysv/linux/arm/unwind-resume.c (-2 / +2 lines)
Lines 25-31 Link Here
25
#define __libc_dlclose          dlclose
25
#define __libc_dlclose          dlclose
26
#define __libc_fatal(x)         {/*write(STDERR_FILENO, x, strlen(x));*/ abort();}
26
#define __libc_fatal(x)         {/*write(STDERR_FILENO, x, strlen(x));*/ abort();}
27
27
28
static void (*libgcc_s_resume) (struct _Unwind_Exception *exc);
28
static void (*libgcc_s_resume) (struct _Unwind_Exception *exc)
29
  __attribute_used__;
29
static _Unwind_Reason_Code (*libgcc_s_personality)
30
static _Unwind_Reason_Code (*libgcc_s_personality)
30
  (_Unwind_State, struct _Unwind_Exception *, struct _Unwind_Context *);
31
  (_Unwind_State, struct _Unwind_Exception *, struct _Unwind_Context *);
31
32
32
- 

Return to bug 617526