summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--open_issues/binutils_testsuite.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/open_issues/binutils_testsuite.mdwn b/open_issues/binutils_testsuite.mdwn
index 62efaa97..dc4fe7ec 100644
--- a/open_issues/binutils_testsuite.mdwn
+++ b/open_issues/binutils_testsuite.mdwn
@@ -136,20 +136,20 @@ Comparing the results files, [[sum_linux]] to [[sum_hurd]]:
# Analysis
-## <a name="static"> `FAIL: static [...]`
+## <a name="static">`FAIL: static [...]`</a>
The testsuite isn't prepared for using `crt0.o` instead of `crt1.o` depending
on whether a static or dynamic executable is created. Documented in
`ld/configure.host`. Perhaps we should finally rewrite this messy code in
glibc to avoid this difference...
-## <a name="64ksec"> `FAIL: ld-elf/64ksec`
+## <a name="64ksec">`FAIL: ld-elf/64ksec`</a>
On the idle grubber, this one takes a few minutes wall time to complete
successfully ([[I/O system weakness|io_system_binutils_ld_64ksec]], so assuming
some system load variation, the testsuite's timeout may trigger.
-## <a name="weak"> `FAIL: ELF weak [...]`
+## <a name="weak">`FAIL: ELF weak [...]`</a>
[[I|tschwinge]] suppose this is due to us having an override w.r.t. weak symbol
handling in glibc, needed for our external [[libpthread]]. TODO: document