mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 05:20:06 +00:00
8ef75725ce
[BZ #10920] Use the new generic override to specify the hppa specific libgcc_s.so.4 version number. Remove the files which hppa no longer has to duplicate in order to accomplish overriding libgcc_s.so version number. 2009-11-08 Carlos O'Donell <carlos@codesourcery.com> [BZ #10920] * sysdeps/hppa/libgcc_s.h: New file. * sysdeps/unix/sysv/linux/hppa/nptl/unwind-forcedunwind.c: Remove. * sysdeps/unix/sysv/linux/hppa/nptl/unwind-resume.c: Remove.
3 lines
85 B
C
3 lines
85 B
C
/* Name of libgcc_s library provided by gcc. */
|
|
#define LIBGCC_S_SO "libgcc_s.so.4"
|