From 5aa1a5ac2772b35cf67fa77bdb37a0423876f820 Mon Sep 17 00:00:00 2001 From: maxim Date: Thu, 20 Aug 2009 19:19:47 +0000 Subject: 2009-08-20 Maxim Kuvyrkov Carlos O'Donell Allow ports to define the version of the libgcc_s.so library. * shlib-versions: Add line for libgcc_s, set version to 1. * sysdeps/generic/framestate.c: Include gnu/lib-names.h, use LIBGCC_S_SO instead of hardcoded string. * nptl/sysdeps/pthread/unwind-resume.c: Same. * nptl/sysdeps/pthread/unwind-forceunwind.c: Same. ports/ * sysdeps/m68k/shlib-versions: New file, set libgcc_s' version to 2. * sysdeps/hppa/shlib-versions: Add line for libgcc_s, set version to 4. git-svn-id: svn://svn.eglibc.org/trunk@8848 7b3dc134-2b1b-0410-93df-9e9f96275f8d --- ports/sysdeps/hppa/shlib-versions | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ports/sysdeps/hppa') diff --git a/ports/sysdeps/hppa/shlib-versions b/ports/sysdeps/hppa/shlib-versions index 5a1a865a2..210b0ab41 100644 --- a/ports/sysdeps/hppa/shlib-versions +++ b/ports/sysdeps/hppa/shlib-versions @@ -5,3 +5,5 @@ hppa.*-.*-.* libc=6 GLIBC_2.2 hppa.*-.*-.* ld=ld.so.1 GLIBC_2.2 hppa-.*-.* libBrokenLocale=1 GLIBC_2.2 + +hppa-.*-.* libgcc_s=4 -- cgit v1.2.1