diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-04-12 23:09:44 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-04-12 23:09:44 +0000 |
commit | a08877d0e029ed62dd55296a824d51355777f276 (patch) | |
tree | 5a3b94636735cdca7f8988c93e86de6bc36bd1cc /linuxthreads/Makefile | |
parent | b775be640a4d1621e9ebd6146a16c96dd69178c7 (diff) | |
download | glibc-a08877d0e029ed62dd55296a824d51355777f276.tar.gz glibc-a08877d0e029ed62dd55296a824d51355777f276.tar.xz glibc-a08877d0e029ed62dd55296a824d51355777f276.zip |
Update.
2001-04-13 Jakub Jelinek <jakub@redhat.com> * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_load_address): Calculate load address differently.
Diffstat (limited to 'linuxthreads/Makefile')
-rw-r--r-- | linuxthreads/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads/Makefile b/linuxthreads/Makefile index d884a59208..42f06a6645 100644 --- a/linuxthreads/Makefile +++ b/linuxthreads/Makefile @@ -59,7 +59,7 @@ endif librt-tests = ex10 ex11 tests = ex1 ex2 ex3 ex4 ex5 ex6 ex7 ex8 ex9 $(librt-tests) ex12 ex13 joinrace \ tststack $(tests-nodelete-$(have-z-nodelete)) ecmutex ex14 ex15 ex16 \ - ex17 #tst-cancel + ex17 tst-cancel ifeq (yes,$(build-shared)) tests-nodelete-yes = unload |