summaryrefslogtreecommitdiff
path: root/open_issues/gcc.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'open_issues/gcc.mdwn')
-rw-r--r--open_issues/gcc.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/open_issues/gcc.mdwn b/open_issues/gcc.mdwn
index f86b5345..d4309198 100644
--- a/open_issues/gcc.mdwn
+++ b/open_issues/gcc.mdwn
@@ -87,6 +87,10 @@ Last reviewed up to the [[Git mirror's 71cfadefb994de9249449fb7e71be012b6264a3f
* `gcc/config/gnu-user.h` defines `*SPLIT_STACK*` macros -- which aren't
valid for us (yet), I think.
+ * Also see [[sourceware_PR 10686]], glibc commit
+ ecbf434213c0333d81706074e4d107ac45011635 `Reserve new TLS field for x86
+ and x86_64` (`__private_ss`).
+
* Might `-fsplit-stack` be useful for us with respect to our
[[multithreaded|multithreading]] libraries?