diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2013-06-18 15:56:19 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2013-06-18 15:56:19 +0200 |
commit | afaff371705fe58039019842f8a74dea5dc45cd9 (patch) | |
tree | 2a6b5c6c93234a4a5bbe17ddeadcdf5bec96c1a4 /open_issues/binutils.mdwn | |
parent | 52710dfedb602e7dd6c21a7cdc657672ee9312a6 (diff) | |
download | web-afaff371705fe58039019842f8a74dea5dc45cd9.tar.gz web-afaff371705fe58039019842f8a74dea5dc45cd9.tar.bz2 web-afaff371705fe58039019842f8a74dea5dc45cd9.zip |
open_issues/binutils: d2a61dc33b01c56f5153c1ddea7b1fb8f304f20d (2013-06-18)
Diffstat (limited to 'open_issues/binutils.mdwn')
-rw-r--r-- | open_issues/binutils.mdwn | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/open_issues/binutils.mdwn b/open_issues/binutils.mdwn index 0e2ccd35..b19a81a4 100644 --- a/open_issues/binutils.mdwn +++ b/open_issues/binutils.mdwn @@ -39,8 +39,8 @@ git diff --patience --stat=$COLUMNS,$COLUMNS --patch --src-prefix=./ --dst-prefi --> -Last reviewed up to the [[Git mirror's e7e89a91affc920f0d422c56ca04867e49ac5ac1 -(2013-05-27) sources|source_repositories/binutils]]. +Last reviewed up to the [[Git mirror's d2a61dc33b01c56f5153c1ddea7b1fb8f304f20d +(2013-06-18) sources|source_repositories/binutils]]. * Globally @@ -128,7 +128,7 @@ Last reviewed up to the [[Git mirror's e7e89a91affc920f0d422c56ca04867e49ac5ac1 Here's a log of a binutils build run; this is from our [[Git repository|source_repositories/binutils]]'s `tschwinge/Paul_Desmond` branch, -commit e7e89a91affc920f0d422c56ca04867e49ac5ac1 (2013-05-27), run on +commit d2a61dc33b01c56f5153c1ddea7b1fb8f304f20d (2013-06-18), run on kepler.SCHWINGE and coulomb.SCHWINGE. $ export LC_ALL=C @@ -213,6 +213,15 @@ This needs roughly 5 min on kepler.SCHWINGE and 37 min on coulomb.SCHWINGE. symbol handling in glibc, needed for our external [[/libpthread]]. TODO: document properly. + * `FAIL: gas/i386/rept` (intermittently) + + Added in commit 06f1247c54126b9f1e6acb8ff8c7be35aec6f44c (2012-06-07) as + part of the fix for [[!sourceware_PR 14201]], renamed in commit + d654e24bbc2f601df4dc43b26049b0339528b93a (2012-06-07): + + WARNING: program timed out. + FAIL: gas/i386/rept + * ld IFUNC execution tests Missing [[IFUNC]] support on GNU/Hurd. |