From 5a41083c886198afebdb44bffa4a61c7b8d03ba4 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Sat, 7 Sep 2013 18:19:49 +0200 Subject: open_issues/gdb: 954ad01d097b28191088bdd8e085eda3c0bd3f0b (2013-09-07) --- open_issues/gdb.mdwn | 38 +++++++++++++++++++++++++++++++------- open_issues/gdb_gcore.mdwn | 6 +++++- 2 files changed, 36 insertions(+), 8 deletions(-) (limited to 'open_issues') diff --git a/open_issues/gdb.mdwn b/open_issues/gdb.mdwn index 67a38e96..fb696e52 100644 --- a/open_issues/gdb.mdwn +++ b/open_issues/gdb.mdwn @@ -27,14 +27,14 @@ Here's what's to be done for maintaining GNU GDB. -Last reviewed up to the [[Git mirror's 9799ab54486adf49a50e5aadd9f5e6bc03db6123 -(2013-06-13) sources|source_repositories/gdb]]. +Last reviewed up to the [[Git mirror's 954ad01d097b28191088bdd8e085eda3c0bd3f0b +(2013-09-07) sources|source_repositories/gdb]]. * Globally @@ -66,12 +66,19 @@ Last reviewed up to the [[Git mirror's 9799ab54486adf49a50e5aadd9f5e6bc03db6123 * Configure so that Debian system's `/usr/lib/debug/[...]` will be loaded automatically. + * old-style function definition + + ../../Ferry_Tagscherer/gdb/gnu-nat.c: In function 'trace_me': + ../../Ferry_Tagscherer/gdb/gnu-nat.c:2106:8: warning: old-style function definition [-Wold-style-definition] + void trace_me () + ^ + # Build Here's a log of a GDB build run; this is from our [[Git repository|source_repositories/gdb]]'s `tschwinge/Ferry_Tagscherer` branch, -commit 9799ab54486adf49a50e5aadd9f5e6bc03db6123 (2013-06-13), run on +commit 954ad01d097b28191088bdd8e085eda3c0bd3f0b (2013-09-07), run on kepler.SCHWINGE and coulomb.SCHWINGE. $ export LC_ALL=C @@ -87,7 +94,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 230 MiB and needs roughly 8 min on kepler.SCHWINGE and 28 +This takes up around 230 MiB and needs roughly 8 min on kepler.SCHWINGE and 31 min on coulomb.SCHWINGE.