diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2014-09-16 17:08:52 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2014-09-16 17:08:52 +0200 |
commit | bc6273e55431f8f935a9f089891d85ece060301a (patch) | |
tree | 09e960874e7d6f707b083cb9ce9049ca5c4f4495 /open_issues/binutils.mdwn | |
parent | 941044997b795869b2a2aed255446d115d45d78e (diff) | |
download | web-bc6273e55431f8f935a9f089891d85ece060301a.tar.gz web-bc6273e55431f8f935a9f089891d85ece060301a.tar.bz2 web-bc6273e55431f8f935a9f089891d85ece060301a.zip |
open_issues/binutils: binutils-gdb: 05db5edd7923711a20c6225ea8e15f36e819d140 (2014-09-16)
Diffstat (limited to 'open_issues/binutils.mdwn')
-rw-r--r-- | open_issues/binutils.mdwn | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/open_issues/binutils.mdwn b/open_issues/binutils.mdwn index 7b7005e7..95b79eb5 100644 --- a/open_issues/binutils.mdwn +++ b/open_issues/binutils.mdwn @@ -47,8 +47,8 @@ git diff --patience --stat=$COLUMNS,$COLUMNS --patch --src-prefix=./ --dst-prefi --> -Last reviewed up to Git commit a01cbb490b34eda832c0215b8447e6aef68b0278 -(2014-09-11). +Last reviewed up to Git commit 05db5edd7923711a20c6225ea8e15f36e819d140 +(2014-09-16). * Globally @@ -240,8 +240,7 @@ Last reviewed up to Git commit a01cbb490b34eda832c0215b8447e6aef68b0278 # Build Here's a log of a binutils-gdb build run; this is from Git commit -a01cbb490b34eda832c0215b8447e6aef68b0278 (2014-09-11) plus [[!message-id -"20140912182911.GF3202@type.youpi.perso.aquilenet.fr"]], run on kepler.SCHWINGE +05db5edd7923711a20c6225ea8e15f36e819d140 (2014-09-16), run on kepler.SCHWINGE and laplace.SCHWINGE (with [[!message-id "87iokondoc.fsf@schwinge.name"]] applied). @@ -259,8 +258,8 @@ dereferencing type-punned pointer will break strict-aliasing rules* in the MIG-generated stub files; thus no `-Werror` until that is resolved ([[strict_aliasing]]). -This takes up around 1.3 GiB, and runs for [[20 min|performance#measure]] on -kepler.SCHWINGE and [[22 min|performance#measure]] on laplace.SCHWINGE. +This takes up around 1.3 GiB, and runs for [[21 min|performance#measure]] on +kepler.SCHWINGE and [[24 min|performance#measure]] on laplace.SCHWINGE. <!-- @@ -356,6 +355,10 @@ formats, and more emulation vectors. [[!taglink open_issue_glibc]]? + * On GNU Hurd, the `checking types of arguments for ptrace...` configure + check takes a rather long time to determine the result, + `int,int,long,long`. + # Install @@ -363,7 +366,7 @@ formats, and more emulation vectors. [...] This takes up around 200 MiB, and runs for [[1 min|performance#measure]] on -kepler.SCHWINGE and [[2 min|performance#measure]] on laplace.SCHWINGE. +kepler.SCHWINGE and [[1 min|performance#measure]] on laplace.SCHWINGE. ## Analysis @@ -378,7 +381,7 @@ kepler.SCHWINGE and [[2 min|performance#measure]] on laplace.SCHWINGE. $ make -k check 2>&1 | tee log_test [...] -This runs for [[29 min|performance#measure]] on kepler.SCHWINGE and [[62 +This runs for [[27 min|performance#measure]] on kepler.SCHWINGE and [[64 min|performance#measure]] on laplace.SCHWINGE. When running `make -k check 2>&1 | tee log_test`, at the end of the testsuite |