diff options
-rw-r--r-- | open_issues/gdb.mdwn | 14 | ||||
m--------- | toolchain/logs | 10 |
2 files changed, 9 insertions, 15 deletions
diff --git a/open_issues/gdb.mdwn b/open_issues/gdb.mdwn index eddc2fdc..62d9e435 100644 --- a/open_issues/gdb.mdwn +++ b/open_issues/gdb.mdwn @@ -33,8 +33,8 @@ git diff --patience --stat=$COLUMNS,$COLUMNS --patch --src-prefix=./ --dst-prefi --> -Last reviewed up to the [[Git mirror's 6330ab576e18fb97912839fc116c7babb5fd8c70 -(2013-04-28) sources|source_repositories/gdb]]. +Last reviewed up to the [[Git mirror's 3eb2a51c46804f0be530893e94af559abee8b4f8 +(2013-05-27) sources|source_repositories/gdb]]. * Globally @@ -71,7 +71,7 @@ Last reviewed up to the [[Git mirror's 6330ab576e18fb97912839fc116c7babb5fd8c70 Here's a log of a GDB build run; this is from our [[Git repository|source_repositories/gdb]]'s `tschwinge/Ferry_Tagscherer` branch, -commit 6330ab576e18fb97912839fc116c7babb5fd8c70 (2013-04-28), run on +commit 3eb2a51c46804f0be530893e94af559abee8b4f8 (2013-05-27), run on kepler.SCHWINGE and coulomb.SCHWINGE. $ export LC_ALL=C @@ -87,7 +87,7 @@ There are several occurences of *error: 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 210 MiB and needs roughly 9 min on kepler.SCHWINGE and 25 +This takes up around 220 MiB and needs roughly 8 min on kepler.SCHWINGE and 25 min on coulomb.SCHWINGE. <!-- @@ -194,12 +194,6 @@ formats and more emulation vectors. + from ../../Ferry_Tagscherer/gdb/gnu-nat.c:56: +../../Ferry_Tagscherer/gdb/value.h:729:22: note: expected 'const char **' but argument is of type 'char **' - * 6b25dae901ddedb3f330803542d3eac73cdcae4b..6330ab576e18fb97912839fc116c7babb5fd8c70: - - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/hashtab.c -o hashtab.o - +../../Ferry_Tagscherer/libiberty/hashtab.c: In function 'hash_pointer': - +../../Ferry_Tagscherer/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 737a6dac6101e55aac5233e1ac893b8b6da81c4 +Subproject f9799944f2378f73b4b7eddd58f115eecec3146 |