aboutsummaryrefslogtreecommitdiff
path: root/open_issues/glibc
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2012-08-03 23:03:58 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2012-08-03 23:03:58 +0200
commit11f5e5bc8ca0150c8793cef08ca4ef8436d74e81 (patch)
tree6b11afafc52b92986494394fabb6ca31de4eea53 /open_issues/glibc
parentc0792ffe1f4be354f62ff866cf4c7ebb367e70bb (diff)
parent6ff002a3ee341782567b71a42d0e7eb3be596480 (diff)
downloadweb-11f5e5bc8ca0150c8793cef08ca4ef8436d74e81.tar.gz
web-11f5e5bc8ca0150c8793cef08ca4ef8436d74e81.tar.bz2
web-11f5e5bc8ca0150c8793cef08ca4ef8436d74e81.zip
Merge branch 'master' of git://git.savannah.gnu.org/hurd/web
Diffstat (limited to 'open_issues/glibc')
-rw-r--r--open_issues/glibc/t/tls.mdwn6
1 files changed, 5 insertions, 1 deletions
diff --git a/open_issues/glibc/t/tls.mdwn b/open_issues/glibc/t/tls.mdwn
index 14ef36e4..68db2cc1 100644
--- a/open_issues/glibc/t/tls.mdwn
+++ b/open_issues/glibc/t/tls.mdwn
@@ -1,4 +1,4 @@
-[[!meta copyright="Copyright © 2011 Free Software Foundation, Inc."]]
+[[!meta copyright="Copyright © 2011, 2012 Free Software Foundation, Inc."]]
[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable
id="license" text="Permission is granted to copy, distribute and/or modify this
@@ -53,6 +53,10 @@ License|/fdl]]."]]"""]]
<tschwinge> And the other offsers are generated via tcb-offsets.sym.
<tschwinge> glibc's elf/stackguard-macros.h is wrong for us (but not
used anywhere apart from elf/tst-stackguard1.c, I think).
+
+After commit a9538892adfbb9f092e0bb14ff3a1703973968af, it's
+`sysdeps/i386/stackguard-macros.h`; problem remains.
+
<tschwinge> __thread __locale_t __libc_tsd_LOCALE = &_nl_global_locale;
-- this means that a __libc_tsd_LOCALE values will be in the TLS
segment, and this is what is being accessed from the assembler code