diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2011-07-06 00:18:57 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2011-07-06 00:18:57 +0200 |
commit | d09ebd34303f74df2c3031b0930316449c61c821 (patch) | |
tree | 245b8b1cee6108a70d4ee4fab9d88fb58e5a90f3 /open_issues | |
parent | c899e427ce1d635766af93ce7ba1ea810c48d27b (diff) |
open_issues/gcc: One issue fixed in r175892.
Diffstat (limited to 'open_issues')
-rw-r--r-- | open_issues/gcc.mdwn | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/open_issues/gcc.mdwn b/open_issues/gcc.mdwn index 5a40c43a..69d7a5e0 100644 --- a/open_issues/gcc.mdwn +++ b/open_issues/gcc.mdwn @@ -172,15 +172,6 @@ Last reviewed up to the [[Git mirror's 16774908cf3453bfa0d7142e377539b0a80512f0 buildable out of the box)? See also 73905b5de0d9a086f22ded7638bb1c0ae1b91326. - * 1e53920f848bded45425cf0ed9de9e77d5948c1d (fixed in *linux-unwind.h* branch) - - Now unconditionally uses the Linux i386/linux-unwind.h on non-Linux x86 - architectures in libgcc. Due to `#ifdef` removal in unwind-dw2.c, the - header file will always be included. There is now an empty no-unwind.h, - which is the default unless overridden. The solutions should be in - libgcc/config.host to not set md_unwind_header for non-Linux x86. - [Discussion](http://gcc.gnu.org/ml/gcc-patches/2011-06/threads.html#01571). - * [low, testsuite] 5c7992866145620ffd0bc75b4f23298162b2c17f `check_effective_target_pie` should include `*-*-gnu*`, too. |