diff options
author | Andreas Jaeger <aj@suse.de> | 2003-02-10 08:25:44 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2003-02-10 08:25:44 +0000 |
commit | df037172a710c7ce6bbb6fd1ea0883469e8592a5 (patch) | |
tree | 0f6a7a05ac27c9c1df00a084a0f626c4fa241dd0 /linuxthreads/ChangeLog | |
parent | 696e556ea9b85beb8e6bad132d3d4dbdb5ab36a6 (diff) | |
download | glibc-df037172a710c7ce6bbb6fd1ea0883469e8592a5.tar.gz glibc-df037172a710c7ce6bbb6fd1ea0883469e8592a5.tar.xz glibc-df037172a710c7ce6bbb6fd1ea0883469e8592a5.zip |
Rework: %r9 is destroyed by functions so don't use it as
temporary, align stack correctly, fix parameter for CDISABLE. 2003-02-09 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Rework: %r9 is destroyed by functions so don't use it as temporary, align stack correctly, fix parameter for CDISABLE.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index fe06a451bd..3d21ec4754 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,9 @@ +2003-02-09 Andreas Jaeger <aj@suse.de> + + * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: + Rework: %r9 is destroyed by functions so don't use it as + temporary, align stack correctly, fix parameter for CDISABLE. + 2003-02-07 Kaz Kojima <kkojima@rr.iij4u.or.jp> * sysdeps/sh/Makefile: New file. |