diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2016-11-28 09:42:49 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2016-11-28 09:42:49 +0100 |
commit | 0ec2837cef68bfc22a37f7fe95fc732851dcfda4 (patch) | |
tree | c69ac86997afa15051582e41ffff86625c87b69f | |
parent | f253a43ed73b2b40bd49d0ff757b8e59f36b1f87 (diff) |
binutils-gdb: Re-run after laplace.SCHWINGE system updates
-rw-r--r-- | open_issues/binutils.mdwn | 33 | ||||
m--------- | toolchain/logs | 10 |
2 files changed, 7 insertions, 36 deletions
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''@|<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. <!-- @@ -875,7 +846,7 @@ kepler.SCHWINGE and [[2 min|performance#measure]] on laplace.SCHWINGE. $ make -k check 2>&1 | tee log_test [...] -This runs for [[23 min|performance#measure]] on kepler.SCHWINGE and [[74 +This runs for [[23 min|performance#measure]] on kepler.SCHWINGE and [[73 min|performance#measure]] on laplace.SCHWINGE. When running `make -k check 2>&1 | tee log_test`, at the end of the testsuite diff --git a/toolchain/logs b/toolchain/logs -Subproject 7027f786104dfa1899961b4a8d937d94f15b056 +Subproject e9f9beff8e278c30c2fb1a7367f3aea9e89991f |