diff options
author | Andreas Jaeger <aj@suse.de> | 2001-11-29 16:44:59 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-11-29 16:44:59 +0000 |
commit | 647530279ee887a8770c42d798242137cac416de (patch) | |
tree | 47ed29dbbeeda2a7ff595cac51d1e629f8c8f0df /linuxthreads/ChangeLog | |
parent | a47fd6810cb892b144253e18d07fcf465d155cd5 (diff) | |
download | glibc-647530279ee887a8770c42d798242137cac416de.tar.gz glibc-647530279ee887a8770c42d798242137cac416de.tar.xz glibc-647530279ee887a8770c42d798242137cac416de.zip |
Update.
* sysdeps/unix/sysv/linux/x86_64/Versions: Add arch_prctl.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index dcc18cc6e6..e9be46bd1e 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,16 @@ +2001-11-29 Andreas Jaeger <aj@suse.de> + + * sysdeps/x86_64/pt-machine.h: Use %gs as thread specific + register. + (THREAD_SELF): New. + (INIT_THREAD_SELF): New. + (THREAD_GETMEM): New. + (THREAD_GETMEM_NC): + (THREAD_SETMEM): New. + (THREAD_SETMEM_NC): New. + (FLOATING_STACKS): Define. + (ARCH_STACK_MAX_SIZE): Define. + 2001-11-28 Kaz Kylheku <kaz@ashi.footprints.net> Bugfix to pthread_key_delete. It was iterating over the thread |