From ddcd43d12f4d8f8bf4f5e4070053009fc4c53ea9 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Thu, 13 Jun 2013 23:03:12 +0200 Subject: open_issues/gdb: 9799ab54486adf49a50e5aadd9f5e6bc03db6123 (2013-06-13) --- open_issues/gdb.mdwn | 180 +++++++++++++++++++++++++++++++++++++++++++++++---- toolchain/logs | 2 +- 2 files changed, 167 insertions(+), 15 deletions(-) diff --git a/open_issues/gdb.mdwn b/open_issues/gdb.mdwn index 62d9e435..2cebf04a 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 3eb2a51c46804f0be530893e94af559abee8b4f8 -(2013-05-27) sources|source_repositories/gdb]]. +Last reviewed up to the [[Git mirror's 9799ab54486adf49a50e5aadd9f5e6bc03db6123 +(2013-06-13) sources|source_repositories/gdb]]. * Globally @@ -71,7 +71,7 @@ Last reviewed up to the [[Git mirror's 3eb2a51c46804f0be530893e94af559abee8b4f8 Here's a log of a GDB build run; this is from our [[Git repository|source_repositories/gdb]]'s `tschwinge/Ferry_Tagscherer` branch, -commit 3eb2a51c46804f0be530893e94af559abee8b4f8 (2013-05-27), run on +commit 9799ab54486adf49a50e5aadd9f5e6bc03db6123 (2013-06-13), 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 220 MiB and needs roughly 8 min on kepler.SCHWINGE and 25 +This takes up around 230 MiB and needs roughly 8 min on kepler.SCHWINGE and 25 min on coulomb.SCHWINGE.