diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2010-10-27 17:08:26 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2010-10-27 17:08:26 +0200 |
commit | 7cdd721162209cc6132010cb2d046e8842c3caab (patch) | |
tree | b9b3f1b9a53fabfe65c4957629d4def066a8db17 /open_issues | |
parent | b7daa22561cbd9285f431f097a71cc66bec1dc34 (diff) |
open_issues/binutils_testsuite: Add forgotten closing HTML tags.
Diffstat (limited to 'open_issues')
-rw-r--r-- | open_issues/binutils_testsuite.mdwn | 6 |
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 |