diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-12-12 18:06:59 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-12-12 18:06:59 +0000 |
commit | 2bfe5fd1138ee5884605af7f346f74f0fb442211 (patch) | |
tree | a3338c711d0a40a0ee690b07397fc67f774adda3 /linuxthreads | |
parent | 0a9b637e8ae475e1976ed3f94e40eb9626a5c58b (diff) | |
download | glibc-2bfe5fd1138ee5884605af7f346f74f0fb442211.tar.gz glibc-2bfe5fd1138ee5884605af7f346f74f0fb442211.tar.xz glibc-2bfe5fd1138ee5884605af7f346f74f0fb442211.zip |
Update.
2001-12-12 NIIBE Yutaka <gniibe@m17n.org> * sysdeps/sh/Makefile: New file. * sysdeps/sh/_mcount.S: New file. * sysdeps/sh/sysdep.h (CALL_MCOUNT): Implemented. * sysdeps/sh/machine-gmon.h: Remove "NOTYET" comment, as we are ready.
Diffstat (limited to 'linuxthreads')
-rw-r--r-- | linuxthreads/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 438fd1a193..82472b5e03 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,8 @@ +2001-12-12 NIIBE Yutaka <gniibe@.m17n.org> + + * sysdeps/sh/pt-machine.h (INIT_THREAD_SELF): Added __volatile__ + qualifier to be safe. + 2001-11-30 Andreas Schwab <schwab@suse.de> * pthread.c (pthread_handle_sigcancel) [THREAD_SELF]: Double check |