From d6d69b21a011d722c348444a765ae09973172165 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Wed, 7 Dec 2016 13:39:43 +0100 Subject: binutils-gdb: 1a9ccd70f9a75dc6b48d340059f28ef3550c107b (2016-11-23) --- open_issues/binutils.mdwn | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'open_issues') diff --git a/open_issues/binutils.mdwn b/open_issues/binutils.mdwn index 59f2e4d3..ca5eff70 100644 --- a/open_issues/binutils.mdwn +++ b/open_issues/binutils.mdwn @@ -47,8 +47,8 @@ git diff --patience --stat=$COLUMNS,$COLUMNS --patch --src-prefix=./ --dst-prefi --> -Last reviewed up to Git commit f245535cf583ae4ca13b10d47b3c7d3334593ece -(2016-09-05). +Last reviewed up to Git commit 1a9ccd70f9a75dc6b48d340059f28ef3550c107b +(2016-11-23). * Globally @@ -405,8 +405,9 @@ Last reviewed up to Git commit f245535cf583ae4ca13b10d47b3c7d3334593ece # Build Here's a log of a binutils-gdb build run; this is from Git commit -f245535cf583ae4ca13b10d47b3c7d3334593ece (2016-09-05), plus `PATH_MAX` -hard-coded in `gdb/remote.c`, and `global_thread_id_to_ptid` used instead of +1a9ccd70f9a75dc6b48d340059f28ef3550c107b (2016-11-23), +plus `PATH_MAX` hard-coded in `gdb/inferior.c` and `gdb/remote.c`, +and `global_thread_id_to_ptid` used instead of `thread_id_to_pid` in `gdb/gnu-nat.c`, and C++ compatibility changes for the x86 GNU/Hurd port, run on kepler.SCHWINGE and laplace.SCHWINGE. @@ -424,8 +425,8 @@ so we need to configure with support for plugins and sysroots. In the GDB build, there are compiler diagnostics reported in the MIG-generated stub files; thus no `-Werror` until that is resolved. -This takes up around 1.7 GiB, and runs for [[19 min|performance#measure]] on -kepler.SCHWINGE and [[30 min|performance#measure]] on laplace.SCHWINGE. +This takes up around 1.8 GiB, and runs for [[22 min|performance#measure]] on +kepler.SCHWINGE and [[25 min|performance#measure]] on laplace.SCHWINGE.