diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-05-02 03:39:46 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-05-02 03:39:46 +0200 |
commit | c2fd9799f70e4005cb95f3a3fc12848a8cea3c37 (patch) | |
tree | cf5bcde4ee90b1907f9a5b1b95be2c803dc269d4 /open_issues/binutils.mdwn | |
parent | edacea84fafb266863a52e5a824cb9322c18e6d6 (diff) | |
parent | c771b3c8a0fec8a6abac4a2a8787393ed016edb1 (diff) | |
download | web-c2fd9799f70e4005cb95f3a3fc12848a8cea3c37.tar.gz web-c2fd9799f70e4005cb95f3a3fc12848a8cea3c37.tar.bz2 web-c2fd9799f70e4005cb95f3a3fc12848a8cea3c37.zip |
Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/web
Diffstat (limited to 'open_issues/binutils.mdwn')
-rw-r--r-- | open_issues/binutils.mdwn | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/open_issues/binutils.mdwn b/open_issues/binutils.mdwn index 757ebbe9..5d36d3d1 100644 --- a/open_issues/binutils.mdwn +++ b/open_issues/binutils.mdwn @@ -33,14 +33,14 @@ though, as explained below. <!-- git checkout reviewed -git log --reverse --topo-order --pretty=fuller --stat=$COLUMNS,$COLUMNS -w -p -C --cc ..sourceware/master +git diff --patience --stat=$COLUMNS,$COLUMNS --patch --src-prefix=./ --dst-prefix=./ --find-renames --ignore-space-change ..sourceware/master | awk '/^diff/ { c = $0; } /^@@/ { print c; } { print; }' | less -i -/^commit |^merge:|^---$|hurd|linux|nacl|nptl|glibc|gs: +/^---.*/([^.]*|.*\.texi.*|[^/]*gnu[^/]*)$|hurd|linux|nacl|nptl|glibc|gs: --> -Last reviewed up to the [[Git mirror's 944a6010b676b9f80f0a16c65183102b187822c5 -(2013-02-08) sources|source_repositories/binutils]]. +Last reviewed up to the [[Git mirror's 5c3ec1ded654250e0ac27df79998b32b2403e81f +(2013-04-29) sources|source_repositories/binutils]]. * Globally @@ -126,7 +126,7 @@ Last reviewed up to the [[Git mirror's 944a6010b676b9f80f0a16c65183102b187822c5 Here's a log of a binutils build run; this is from our [[Git repository|source_repositories/binutils]]'s `tschwinge/Paul_Desmond` branch, -commit 944a6010b676b9f80f0a16c65183102b187822c5 (2013-02-08), run on +commit 5c3ec1ded654250e0ac27df79998b32b2403e81f (2013-04-29), run on kepler.SCHWINGE and coulomb.SCHWINGE. $ export LC_ALL=C @@ -140,8 +140,8 @@ harmonized. Debian GCC (which is used in binutils' testsuite) likes to pass `--sysroot=/` to `ld`, so we need to configure binutils with support for sysroots. -This takes up around 900 MiB, and needs roughly 11 min on kepler.SCHWINGE and -42 min on coulomb.SCHWINGE. +This takes up around 950 MiB, and needs roughly 13 min on kepler.SCHWINGE and +45 min on coulomb.SCHWINGE. <!-- @@ -165,6 +165,12 @@ formats, and more emulation vectors. Missing [[IFUNC]] support on GNU/Hurd. + * 944a6010b676b9f80f0a16c65183102b187822c5..a5e5fda5f96d5b881a354bd8666fdbb1496ee8da: + + gcc-4.6 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Paul_Desmond/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Paul_Desmond/libiberty/hashtab.c -o hashtab.o + +../../Paul_Desmond/libiberty/hashtab.c: In function 'hash_pointer': + +../../Paul_Desmond/libiberty/hashtab.c:1001:7: warning: right shift count >= width of type [enabled by default] + # Install @@ -187,7 +193,7 @@ min on coulomb.SCHWINGE. $ make -k check 2>&1 | tee log_test [...] -This needs roughly 6 min on kepler.SCHWINGE and 42 min on coulomb.SCHWINGE. +This needs roughly 6 min on kepler.SCHWINGE and 45 min on coulomb.SCHWINGE. ## Analysis |