mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-24 14:41:06 +08:00
Update.
2004-02-25 Ulrich Drepper <drepper@redhat.com> * Makefile: Define sonames for tst-tls5mod, tst-_res1mod1, and tst-_res1mod2.
This commit is contained in:
parent
16edf13b22
commit
701d185cba
@ -1,3 +1,8 @@
|
||||
2004-02-25 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* Makefile: Define sonames for tst-tls5mod, tst-_res1mod1, and
|
||||
tst-_res1mod2.
|
||||
|
||||
2004-02-22 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S
|
||||
@ -23,7 +28,6 @@
|
||||
|
||||
* sysdeps/pthread/pthread_barrier_wait.c (pthread_barrier_wait):
|
||||
Release lock before the loop, don't reacquire it.
|
||||
* DESIGN-barrier.txt: Likewise.
|
||||
|
||||
* sysdeps/unix/sysv/linux/ia64/dl-sysdep.h (DL_ARGV_NOT_RELRO): Define.
|
||||
|
||||
|
@ -434,6 +434,7 @@ $(objpfx)tst-tls4: $(libdl) $(shared-thread-library)
|
||||
$(objpfx)tst-tls4.out: $(objpfx)tst-tls4moda.so $(objpfx)tst-tls4modb.so
|
||||
|
||||
$(objpfx)tst-tls5: $(objpfx)tst-tls5mod.so $(shared-thread-library)
|
||||
LDFLAGS-tst-tls5mod.so = -Wl,-soname,tst-tls5mod.so
|
||||
|
||||
ifeq ($(build-shared),yes)
|
||||
tests: $(objpfx)tst-tls6.out
|
||||
@ -455,6 +456,8 @@ $(objpfx)tst-cancel18: $(common-objpfx)rt/librt.so
|
||||
$(objpfx)tst-cancelx18: $(common-objpfx)rt/librt.so
|
||||
$(objpfx)tst-clock2: $(common-objpfx)rt/librt.so
|
||||
$(objpfx)tst-_res1mod2.so: $(objpfx)tst-_res1mod1.so
|
||||
LDFLAGS-tst-_res1mod1.so = -Wl,-soname,tst-_res1mod1.so
|
||||
LDFLAGS-tst-_res1mod2.so = -Wl,-soname,tst-_res1mod2.so
|
||||
$(objpfx)tst-_res1: $(objpfx)tst-_res1mod2.so $(shared-thread-library)
|
||||
else
|
||||
$(objpfx)tst-cond11: $(common-objpfx)rt/librt.a
|
||||
|
Loading…
x
Reference in New Issue
Block a user