From 6e236b92765cdafb46d19e4907471699accc8269 Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Thu, 26 Apr 2012 09:18:48 +0530 Subject: move libgcc_s soname definition to shlib-versions --- sysdeps/generic/framestate.c | 4 ++-- sysdeps/generic/libgcc_s.h | 2 -- sysdeps/gnu/unwind-resume.c | 4 ++-- 3 files changed, 4 insertions(+), 6 deletions(-) delete mode 100644 sysdeps/generic/libgcc_s.h (limited to 'sysdeps') diff --git a/sysdeps/generic/framestate.c b/sysdeps/generic/framestate.c index 3638bbe..3bad5b5 100644 --- a/sysdeps/generic/framestate.c +++ b/sysdeps/generic/framestate.c @@ -1,5 +1,5 @@ /* __frame_state_for unwinder helper function wrapper. - Copyright (C) 2001, 2003 Free Software Foundation, Inc. + Copyright (C) 2001-2012 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Jakub Jelinek , 2001. @@ -23,7 +23,7 @@ #define __frame_state_for fallback_frame_state_for #include #undef __frame_state_for -#include +#include typedef struct frame_state * (*framesf)(void *pc, struct frame_state *); struct frame_state *__frame_state_for (void *pc, diff --git a/sysdeps/generic/libgcc_s.h b/sysdeps/generic/libgcc_s.h deleted file mode 100644 index e74a103..0000000 --- a/sysdeps/generic/libgcc_s.h +++ /dev/null @@ -1,2 +0,0 @@ -/* Name of libgcc_s library provided by gcc. */ -#define LIBGCC_S_SO "libgcc_s.so.1" diff --git a/sysdeps/gnu/unwind-resume.c b/sysdeps/gnu/unwind-resume.c index 1d3e33f..6afaebd 100644 --- a/sysdeps/gnu/unwind-resume.c +++ b/sysdeps/gnu/unwind-resume.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003 Free Software Foundation, Inc. +/* Copyright (C) 2003-2012 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Jakub Jelinek . @@ -19,7 +19,7 @@ #include #include #include -#include +#include static void (*libgcc_s_resume) (struct _Unwind_Exception *exc); static _Unwind_Reason_Code (*libgcc_s_personality) -- cgit v1.1