summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2022-10-02 01:34:24 +0200
committerBen Hutchings <ben@decadent.org.uk>2022-10-02 01:42:39 +0200
commit1d3e8a4cda69e74912d9e123aa9563a2c88a4f8d (patch)
tree9ab0e220aeadb1d6fe5a37a17876f5d9e70ea9fc
parentebff3652075e3cf744f71b664fd648583e82c0f2 (diff)
downloadklibc-maint-1d3e8a4cda69e74912d9e123aa9563a2c88a4f8d.tar.gz
status.md: Update test failures
- arm64 builds with LLVM now seem to be fine - mipsisa64r6{,el} fails to build (not a regression) - sh4 builds have regressed with gcc 12, and all test programs hang (at least under QEMU)
-rw-r--r--status.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/status.md b/status.md
index 2b7734a..63d34d5 100644
--- a/status.md
+++ b/status.md
@@ -30,10 +30,11 @@ 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+git20220806
+### 2.0.10+git20221002
-* arm64:
- * 2c: Fails with SIGSEGV in static build with LLVM, maybe only on QEMU
+* mipsisa64r6, mipsisa64r6el:
+ * Linker error "relocation truncated to fit: R_MIPS_PC26_S2" when
+ building a shared executable with gcc
* riscv64:
* 2a:sigint: Fails when built with Clang, maybe only on QEMU
* s390x:
@@ -42,6 +43,8 @@ test-many-klibcs implements:
* 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
+* sh4:
+ * All executables hang when built with gcc 12
### Known bugs elsewhere