From: Carlos O'Donell Date: Sat, 23 Feb 2008 01:18:18 +0000 (+0000) Subject: 2008-02-22 Carlos O'Donell X-Git-Tag: glibc-2.16-ports-before-merge~727 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d9e47980154846164712be8c40e97e56dc775e3;p=thirdparty%2Fglibc.git 2008-02-22 Carlos O'Donell * sysdeps/unix/sysv/linux/hppa/Makefile: Remove. * sysdeps/hppa/nptl/Makefile: Set tst-oddstacklimit-ENV. --- diff --git a/ChangeLog.hppa b/ChangeLog.hppa index 3654fc7a5a1..8a51f8e11c4 100644 --- a/ChangeLog.hppa +++ b/ChangeLog.hppa @@ -1,8 +1,13 @@ +2008-02-22 Carlos O'Donell + + * sysdeps/unix/sysv/linux/hppa/Makefile: Remove. + * sysdeps/hppa/nptl/Makefile: Set tst-oddstacklimit-ENV. + 2007-12-05 Jeff Bailey - * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h - (__lll_unlock): Use define instead of inline function. - (__lll_robust_unlock): Likewise. + * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h + (__lll_unlock): Use define instead of inline function. + (__lll_robust_unlock): Likewise. 2007-10-22 Daniel Jacobowitz diff --git a/sysdeps/hppa/nptl/Makefile b/sysdeps/hppa/nptl/Makefile index 0300693783e..78d8973935d 100644 --- a/sysdeps/hppa/nptl/Makefile +++ b/sysdeps/hppa/nptl/Makefile @@ -19,3 +19,9 @@ ifeq ($(subdir),csu) gen-as-const-headers += tcb-offsets.sym endif + +# This sets the stack resource limit to 8193kb, which is not a multiple +# of the page size, and therefore an odd sized stack limit. We override +# this because the default is too small to run with. +tst-oddstacklimit-ENV = ; ulimit -s 8193; + diff --git a/sysdeps/unix/sysv/linux/hppa/Makefile b/sysdeps/unix/sysv/linux/hppa/Makefile deleted file mode 100644 index 1c93ec52d9a..00000000000 --- a/sysdeps/unix/sysv/linux/hppa/Makefile +++ /dev/null @@ -1,2 +0,0 @@ -# linux/hppa does not use -lmilli anymore -gnulib := -lgcc