summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin F. Quinn <kevquinn@gentoo.org>2007-02-13 09:29:12 +0000
committerKevin F. Quinn <kevquinn@gentoo.org>2007-02-13 09:29:12 +0000
commit4867d2240882f502d84070a2ecc7e370f022e96c (patch)
treee8ec57d58a2429b853d3f862db2e11d5298858e3 /hardened/toolchain/branches/pieworld/pieworld.README
parentMore comments on mutex failures (diff)
downloadkevquinn-4867d2240882f502d84070a2ecc7e370f022e96c.tar.gz
kevquinn-4867d2240882f502d84070a2ecc7e370f022e96c.tar.bz2
kevquinn-4867d2240882f502d84070a2ecc7e370f022e96c.zip
Improve dependency management; build new crtbeginTS.o also when USE=-hardened, so that
switching to gcc/hardened on a normal machine gives a compiler that works (for static-PIE). svn path=/; revision=177
Diffstat (limited to 'hardened/toolchain/branches/pieworld/pieworld.README')
-rw-r--r--hardened/toolchain/branches/pieworld/pieworld.README4
1 files changed, 4 insertions, 0 deletions
diff --git a/hardened/toolchain/branches/pieworld/pieworld.README b/hardened/toolchain/branches/pieworld/pieworld.README
index a4899a3..99cd2e2 100644
--- a/hardened/toolchain/branches/pieworld/pieworld.README
+++ b/hardened/toolchain/branches/pieworld/pieworld.README
@@ -228,6 +228,10 @@ Things to work out:
it has aborted, which it shouldn't have done. The reason the assertion has failed is the
'oldval ^ 0x40000000' bit, which is FUTEX_OWNER_DIED. This is consistent with the child process
aborting, instead of going to an idle state waiting to be cleaned up when the parent finishes.
+
+ Now I've repeated, always getting these failures on a non-hardened kernel, when built with gcc/vanilla
+ on both hardened and non-hardened kernels. Yet I don't get them on my athlon-xp machine.
+
Investigation ongoing...
2) Why x86 passes elf/tst-tls{1,2}-static when all other arches fail it