From 0ec2837cef68bfc22a37f7fe95fc732851dcfda4 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Mon, 28 Nov 2016 09:42:49 +0100 Subject: binutils-gdb: Re-run after laplace.SCHWINGE system updates --- open_issues/binutils.mdwn | 33 ++------------------------------- 1 file changed, 2 insertions(+), 31 deletions(-) (limited to 'open_issues/binutils.mdwn') diff --git a/open_issues/binutils.mdwn b/open_issues/binutils.mdwn index 03301c6c..ed4db498 100644 --- a/open_issues/binutils.mdwn +++ b/open_issues/binutils.mdwn @@ -119,35 +119,6 @@ Last reviewed up to Git commit f245535cf583ae4ca13b10d47b3c7d3334593ece * In `gdb/gnu-nat.c:gnu_wait`, we don't implement `gdb/target/wait.h:TARGET_WNOHANG`. What is this needed for? - * *complete errno.h* - - diff --git toolchain/logs/binutils-gdb/kepler.SCHWINGE/log_build_ toolchain/logs/binutils-gdb/laplace.SCHWINGE/log_build_ - [...] - -checking for complete errno.h... yes - +checking for complete errno.h... no - +checking for EMULTIHOP value... yes - +checking for ENOLINK value... yes - +checking for EOVERFLOW value... yes - [...] - +rm -f errno.h-t errno.h && \ - +{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ - + sed -e 's|@''GUARD_PREFIX''@|GL|g' \ - + -e 's|@''INCLUDE_NEXT''@|include_next|g' \ - + -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ - + -e 's|@''PRAGMA_COLUMNS''@||g' \ - + -e 's|@''NEXT_ERRNO_H''@||g' \ - + -e 's|@''EMULTIHOP_HIDDEN''@|0|g' \ - + -e 's|@''EMULTIHOP_VALUE''@||g' \ - + -e 's|@''ENOLINK_HIDDEN''@|0|g' \ - + -e 's|@''ENOLINK_VALUE''@||g' \ - + -e 's|@''EOVERFLOW_HIDDEN''@|0|g' \ - + -e 's|@''EOVERFLOW_VALUE''@||g' \ - + < ../../../../W._C._Handy/gdb/gnulib/import/errno.in.h; \ - +} > errno.h-t && \ - +mv errno.h-t errno.h - - [[!taglink open_issue_glibc]]? - * Watchpoints * Unresolved issues w.r.t. watchpoint usage in context of multiple @@ -747,7 +718,7 @@ below. This needs to be addressed soon, as GDB will soon *require a C++ compiler*, [[!message-id "ab08f2c8-3b52-3a7a-2236-89833bd09129@redhat.com"]]. This takes up around 1.5 GiB, and runs for [[16 min|performance#measure]] on -kepler.SCHWINGE and [[22 min|performance#measure]] on laplace.SCHWINGE. +kepler.SCHWINGE and [[21 min|performance#measure]] on laplace.SCHWINGE.