mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08:00
Fix.
* sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Remove unneeded frame info. * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
This commit is contained in:
parent
7eb7fdda7e
commit
5339290658
@ -520,7 +520,7 @@ ifndef gnulib
|
||||
ifneq ($(have-as-needed),yes)
|
||||
libgcc_eh := -lgcc_eh
|
||||
else
|
||||
libgcc_eh := --as-needed -lgcc_s --no-as-needed
|
||||
libgcc_eh := -Wl,--as-needed -lgcc_s -Wl,--no-as-needed
|
||||
endif
|
||||
ifneq ($(have-cc-with-libunwind),yes)
|
||||
gnulib := -lgcc $(libgcc_eh)
|
||||
|
2
configure
vendored
2
configure
vendored
@ -5565,7 +5565,7 @@ else
|
||||
int main (void) { return 0; }
|
||||
EOF
|
||||
if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS
|
||||
-shared -o conftest.so conftest.c
|
||||
-shared -o conftest.so conftest.c -lgcc_s
|
||||
-Wl,--as-needed -nostdlib 1>&5'
|
||||
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
||||
(eval $ac_try) 2>&5
|
||||
|
@ -1321,7 +1321,7 @@ EOF
|
||||
int main (void) { return 0; }
|
||||
EOF
|
||||
if AC_TRY_COMMAND([${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS
|
||||
-shared -o conftest.so conftest.c
|
||||
-shared -o conftest.so conftest.c -lgcc_s
|
||||
-Wl,--as-needed -nostdlib 1>&AS_MESSAGE_LOG_FD])
|
||||
then
|
||||
libc_cv_as_needed=yes
|
||||
|
@ -1,7 +1,8 @@
|
||||
2004-04-16 Kaz Kojima <kkojima@rr.iij4u.or.jp>
|
||||
|
||||
* sysv/linux/sh/pthread_cond_wait.S: Remove unneeded frame info.
|
||||
* sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
|
||||
* sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Remove unneeded
|
||||
frame info.
|
||||
* sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
|
||||
|
||||
2004-04-15 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user