diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2013-05-27 08:05:31 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2013-05-27 08:05:31 +0200 |
commit | 23e4579624d7e562d65852d42a4abde8867ddf37 (patch) | |
tree | 89fb955d1ef83e75d62aaa0b38ced8aba5620a4a /open_issues/gcc.mdwn | |
parent | a86fcf1d0eaaf15af06310c5f5fb55e6fb705c5f (diff) | |
download | web-23e4579624d7e562d65852d42a4abde8867ddf37.tar.gz web-23e4579624d7e562d65852d42a4abde8867ddf37.tar.bz2 web-23e4579624d7e562d65852d42a4abde8867ddf37.zip |
open_isues/glibc: 83fed41a9ed81db6ca517185aefb296f74868c2f (2013-05-26; 0323d08657f111267efa47bd448fbf6cd76befe8 (2013-05-24))
plus 2b66ef5d55325b2957d6c62908ca065228e56814,
ec9dd97cecafba5ddf5c3ec683db7ad5b4421923,
07b4c13d0be4814ef10bbfbfd68db604978aa0e5,
528c24058fb100fb27fe5c211b92be84c67a6659, `t/elfosabi_gnu` reverted,
ec9dd97cecafba5ddf5c3ec683db7ad5b4421923 (again...),
`id:"87bo7xo1ay.fsf@kepler.schwinge.homeip.net"`
Diffstat (limited to 'open_issues/gcc.mdwn')
-rw-r--r-- | open_issues/gcc.mdwn | 4 |
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? |