2008-02-22 Carlos O'Donell <carlos@codesourcery.com>
* sysdeps/unix/sysv/linux/hppa/Makefile: Remove. * sysdeps/hppa/nptl/Makefile: Set tst-oddstacklimit-ENV.
This commit is contained in:
parent
ec5d6360c4
commit
9d9e479801
@ -1,8 +1,13 @@
|
||||
2008-02-22 Carlos O'Donell <carlos@codesourcery.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/hppa/Makefile: Remove.
|
||||
* sysdeps/hppa/nptl/Makefile: Set tst-oddstacklimit-ENV.
|
||||
|
||||
2007-12-05 Jeff Bailey <jeffbailey@google.com>
|
||||
|
||||
* 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@codesourcery.com>
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
@ -1,2 +0,0 @@
|
||||
# linux/hppa does not use -lmilli anymore
|
||||
gnulib := -lgcc
|
Loading…
x
Reference in New Issue
Block a user