[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commits] r5275 - in /fsf/trunk/ports: ChangeLog.hppa sysdeps/hppa/nptl/Makefile sysdeps/unix/sysv/linux/hppa/Makefile



Author: eglibc
Date: Sat Feb 23 00:10:35 2008
New Revision: 5275

Log:
Import glibc-ports-mainline for 2008-02-23

Removed:
    fsf/trunk/ports/sysdeps/unix/sysv/linux/hppa/Makefile
Modified:
    fsf/trunk/ports/ChangeLog.hppa
    fsf/trunk/ports/sysdeps/hppa/nptl/Makefile

Modified: fsf/trunk/ports/ChangeLog.hppa
==============================================================================
--- fsf/trunk/ports/ChangeLog.hppa (original)
+++ fsf/trunk/ports/ChangeLog.hppa Sat Feb 23 00:10:35 2008
@@ -1,8 +1,13 @@
+2008-02-22  Carlos O'Donell  <carlos@xxxxxxxxxxxxxxxx>
+
+	* sysdeps/unix/sysv/linux/hppa/Makefile: Remove.
+	* sysdeps/hppa/nptl/Makefile: Set tst-oddstacklimit-ENV.
+
 2007-12-05  Jeff Bailey  <jeffbailey@xxxxxxxxxx>
 
-       * 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  <dan@xxxxxxxxxxxxxxxx>
 

Modified: fsf/trunk/ports/sysdeps/hppa/nptl/Makefile
==============================================================================
--- fsf/trunk/ports/sysdeps/hppa/nptl/Makefile (original)
+++ fsf/trunk/ports/sysdeps/hppa/nptl/Makefile Sat Feb 23 00:10:35 2008
@@ -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;
+