Skip to content

Commit

Permalink
* sysdeps/unix/sysv/linux/configure.in: Bump minimal kernel
Browse files Browse the repository at this point in the history
	version for ppc64 to 2.4.21 since without it makecontext will fail.
  • Loading branch information
Ulrich Drepper committed Apr 11, 2008
1 parent fe3350e commit 2dc4a2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/unix/sysv/linux/configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ case "$machine" in
arch_minimum_kernel=2.0.10
;;
powerpc/powerpc64)
arch_minimum_kernel=2.4.19
arch_minimum_kernel=2.4.21
;;
s390/s390-32)
libc_cv_gcc_unwind_find_fde=yes
Expand Down

0 comments on commit 2dc4a2f

Please sign in to comment.