diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-02-20 20:32:36 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-02-20 20:32:36 +0000 |
commit | 1be3130ed2256a78aa05696ee23821944856dbaf (patch) | |
tree | cdc55eb07f7a29034bbc21d5d32d00828ebbec5d /linuxthreads | |
parent | 8ba5025aa10674d7b2d845fefe88c2c05aed5bb5 (diff) | |
download | glibc-1be3130ed2256a78aa05696ee23821944856dbaf.tar glibc-1be3130ed2256a78aa05696ee23821944856dbaf.tar.gz glibc-1be3130ed2256a78aa05696ee23821944856dbaf.tar.bz2 glibc-1be3130ed2256a78aa05696ee23821944856dbaf.zip |
Update.
2004-02-19 Jakub Jelinek <jakub@redhat.com>
* sysdeps/sparc/sparc32/bits/atomic.h: Add __make_section_unallocated
for .gnu.linkonce.b.__sparc32_atomic_locks section.
(__sparc32_atomic_locks): Add __sec_comment at the end of section name.
Diffstat (limited to 'linuxthreads')
-rw-r--r-- | linuxthreads/ChangeLog | 5 | ||||
-rw-r--r-- | linuxthreads/Makefile | 11 |
2 files changed, 5 insertions, 11 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index a6a8b49cd9..e68511f228 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,5 +1,10 @@ 2004-02-20 Jakub Jelinek <jakub@redhat.com> + * Makefile (generated): Remove tst-stack1.mtrace and tst-stack1-mem. + (tests): Remove $(objpfx)tst-stack1-mem. + (tst-stack1-ENV): Remove. + ($(objpfx)tst-stack1-mem): Remove. + * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h (__syscall_error_handler2): Call CDISABLE. * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h diff --git a/linuxthreads/Makefile b/linuxthreads/Makefile index 201440076f..67a6380731 100644 --- a/linuxthreads/Makefile +++ b/linuxthreads/Makefile @@ -116,8 +116,6 @@ test-srcs = tst-signal # These tests are linked with libc before libpthread tests-reverse += tst-cancel5 -generated += tst-stack1.mtrace tst-stack1-mem - ifeq ($(build-static),yes) tests += tststatic tst-static-locale tst-cancel-static tests-static += tststatic tst-static-locale tst-cancel-static @@ -144,15 +142,6 @@ tst-tls1modd.so-no-z-defs = yes tst-tls1mode.so-no-z-defs = yes tst-tls1modf.so-no-z-defs = yes -tests: $(objpfx)tst-stack1-mem -tst-stack1-ENV = MALLOC_TRACE=$(objpfx)tst-stack1.mtrace - -# There are still up to 3 objects unfreed: -# manager thread's stack, tls block and dtv -$(objpfx)tst-stack1-mem: $(objpfx)tst-stack1.out - $(common-objpfx)malloc/mtrace $(objpfx)tst-stack1.mtrace > $@ \ - || [ `grep ^0 $@ | wc -l` -le 3 ] - $(test-modules): $(objpfx)%.so: $(objpfx)%.os $(common-objpfx)shlib.lds $(build-module) |