summaryrefslogtreecommitdiff
path: root/open_issues
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2013-05-27 10:25:39 +0200
committerThomas Schwinge <thomas@codesourcery.com>2013-05-27 10:25:39 +0200
commitbde45bab2a8ecf324cfae32638d761608cdd01c3 (patch)
treea2a639c6cd2571764554c7a17aeec233ca88af7d /open_issues
parenta83c30402a445f92e679e581730aa9b4957fa10c (diff)
open_issues/binutils: e7e89a91affc920f0d422c56ca04867e49ac5ac1 (2013-05-27)
Diffstat (limited to 'open_issues')
-rw-r--r--open_issues/binutils.mdwn16
1 files changed, 5 insertions, 11 deletions
diff --git a/open_issues/binutils.mdwn b/open_issues/binutils.mdwn
index 5b44de76..641083a7 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 5c3ec1ded654250e0ac27df79998b32b2403e81f
-(2013-04-29) sources|source_repositories/binutils]].
+Last reviewed up to the [[Git mirror's e7e89a91affc920f0d422c56ca04867e49ac5ac1
+(2013-05-27) sources|source_repositories/binutils]].
* Globally
@@ -128,7 +128,7 @@ Last reviewed up to the [[Git mirror's 5c3ec1ded654250e0ac27df79998b32b2403e81f
Here's a log of a binutils build run; this is from our [[Git
repository|source_repositories/binutils]]'s `tschwinge/Paul_Desmond` branch,
-commit 5c3ec1ded654250e0ac27df79998b32b2403e81f (2013-04-29), run on
+commit e7e89a91affc920f0d422c56ca04867e49ac5ac1 (2013-05-27), run on
kepler.SCHWINGE and coulomb.SCHWINGE.
$ export LC_ALL=C
@@ -167,19 +167,13 @@ 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
$ make install 2>&1 | tee log_install
[...]
-This takes up around 150 MiB, and needs roughly 1 min on kepler.SCHWINGE and 3
+This takes up around 160 MiB, and needs roughly 1 min on kepler.SCHWINGE and 3
min on coulomb.SCHWINGE.
@@ -195,7 +189,7 @@ min on coulomb.SCHWINGE.
$ make -k check 2>&1 | tee log_test
[...]
-This needs roughly 6 min on kepler.SCHWINGE and 45 min on coulomb.SCHWINGE.
+This needs roughly 6 min on kepler.SCHWINGE and 47 min on coulomb.SCHWINGE.
## Analysis