summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2022-08-04 00:38:42 +0200
committerBen Hutchings <ben@decadent.org.uk>2022-08-04 00:39:57 +0200
commitb31f8a4bd3accc0008790049e33f83db14369547 (patch)
tree239313f20deaeab41f630ab61bab57f9f7f72d53
parent75b75e81b547d3eb6e0b629f838f3acff9eb3fbd (diff)
downloadklibc-maint-b31f8a4bd3accc0008790049e33f83db14369547.tar.gz
status.md: Add status with current git master
I fixed the build failure, but not the arm64 problems. Nothing seems to have regressed.
-rw-r--r--status.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/status.md b/status.md
index 89c58fa..1a1f626 100644
--- a/status.md
+++ b/status.md
@@ -30,6 +30,21 @@ test-many-klibcs implements:
with Clang, but only on QEMU
* 2a:sscanf: Exits with error when built with Clang, but only on QEMU
+### 2.0.10+git20220803
+
+* arm64:
+ * 2a:malloctest2, 2a:setjmptest, 2a:sigint: Fail in shared build
+ with GNU toolchain (gcc 12.1.0, binutils 2.38.90.20220713)
+ * 2c: Fails with SIGSEGV in static build with LLVM, maybe only on QEMU
+* riscv64:
+ * 2a:sigint: Fails when built with Clang, maybe only on QEMU
+* s390x:
+ * 2a:environ, 2a:opentest, 2a:setjmptest: Produce wrong output when built
+ with Clang, maybe only on QEMU
+ * 2a:malloctest, 2a:malloctest2, 2c: Appear to loop forever when built
+ with Clang, maybe only on QEMU
+ * 2a:sscanf: Exits with error when built with Clang, maybe only on QEMU
+
### Known bugs elsewhere
QEMU 3.1 had a bug in handling of struct timveval on sparc64, and a