diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2013-04-29 11:00:16 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2013-04-29 11:00:16 +0200 |
commit | 08c87e1fd38a290a3d9441868e51e829e20a3106 (patch) | |
tree | 47d2eed2bcd1542e9ea062b1475f7863120a65c1 | |
parent | 82494c860f5a37093f979c7dda54e142bbbf5fb3 (diff) |
open_issues/binutils: 5c3ec1ded654250e0ac27df79998b32b2403e81f (2013-04-29)
-rw-r--r-- | open_issues/binutils.mdwn | 18 | ||||
m--------- | toolchain/logs | 10 |
2 files changed, 17 insertions, 11 deletions
diff --git a/open_issues/binutils.mdwn b/open_issues/binutils.mdwn index 1b916f6b..00941cac 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,7 +140,7 @@ 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 +This takes up around 950 MiB, and needs roughly 11 min on kepler.SCHWINGE and 42 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 diff --git a/toolchain/logs b/toolchain/logs -Subproject caec9b02d415769b560af271fb604fd2a9a06ed +Subproject 327e20f0f01fc1d58d987d2a9acd72b63358ddf |