diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2013-05-27 13:52:35 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2013-05-27 13:52:35 +0200 |
commit | e259a6a6a76be115aac5511bb059ce7369c4c5b2 (patch) | |
tree | 34aed28338d3cd3065a7db96d5c8a85b551f1621 /open_issues | |
parent | bde45bab2a8ecf324cfae32638d761608cdd01c3 (diff) |
open_issues/gdb: 3eb2a51c46804f0be530893e94af559abee8b4f8 (2013-05-27)
Diffstat (limited to 'open_issues')
-rw-r--r-- | open_issues/gdb.mdwn | 14 |
1 files changed, 4 insertions, 10 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 |