diff options
author | Thomas Bushnell <thomas@gnu.org> | 1996-10-24 19:29:49 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1996-10-24 19:29:49 +0000 |
commit | 535f8e46a030eda99b08e7a4fd03b0e6cdaa6d5e (patch) | |
tree | e904d6648073efc7527440076f95c877f3fa2477 /libthreads/ChangeLog | |
parent | e55ef2526c963f88b0cfe1f39dab0131377a1ae4 (diff) |
Mon Oct 21 22:05:48 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* i386/csw.S (CALL_MCOUNT): New macro.
(cproc_swtich, cproc_start_wait, cproc_prepare): Use CALL_MCOUNT.
* rwlock.h: Change extern inline protection to use new canonical
method.
* rwlock.c: Rewritten.
Diffstat (limited to 'libthreads/ChangeLog')
-rw-r--r-- | libthreads/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libthreads/ChangeLog b/libthreads/ChangeLog index ddf480ee..db5eb9e3 100644 --- a/libthreads/ChangeLog +++ b/libthreads/ChangeLog @@ -1,3 +1,12 @@ +Mon Oct 21 22:05:48 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> + + * i386/csw.S (CALL_MCOUNT): New macro. + (cproc_swtich, cproc_start_wait, cproc_prepare): Use CALL_MCOUNT. + + * rwlock.h: Change extern inline protection to use new canonical + method. + * rwlock.c: Rewritten. + Wed Sep 4 09:06:09 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * Makefile (VPATH): Look in $(asm_syntax) instead of old |