diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-04-11 21:13:48 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-04-11 21:13:48 +0000 |
commit | 2dc4a2fd9ed8d4d889d6aabd2fdd6065dd49dc39 (patch) | |
tree | 4253980b0769fcb435c1650aa3ef10e91838fd8f /ChangeLog | |
parent | fe3350eeddf3fccedd41f3c339483c9c17904d3c (diff) | |
download | glibc-2dc4a2fd9ed8d4d889d6aabd2fdd6065dd49dc39.tar.gz glibc-2dc4a2fd9ed8d4d889d6aabd2fdd6065dd49dc39.tar.xz glibc-2dc4a2fd9ed8d4d889d6aabd2fdd6065dd49dc39.zip |
* sysdeps/unix/sysv/linux/configure.in: Bump minimal kernel
version for ppc64 to 2.4.21 since without it makecontext will fail.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index bb8526cad0..32e30fceda 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2008-04-11 Ulrich Drepper <drepper@redhat.com> + * sysdeps/unix/sysv/linux/configure.in: Bump minimal kernel + version for ppc64 to 2.4.21 since without it makecontext will fail. + * elf/tls-macros.h [__powerpc64__] (__TLS_GET_ADDR): Define according to the ABI in use. [__powerpc64__] (TLS_LD): Use __TLS_GET_ADDR instead of |