diff options
Diffstat (limited to 'open_issues')
-rw-r--r-- | open_issues/ifunc.mdwn | 2 | ||||
-rw-r--r-- | open_issues/performance/io_system/binutils_ld_64ksec.mdwn | 4 | ||||
-rw-r--r-- | open_issues/unit_testing.mdwn | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/open_issues/ifunc.mdwn b/open_issues/ifunc.mdwn index 04113a2b..3930d4b2 100644 --- a/open_issues/ifunc.mdwn +++ b/open_issues/ifunc.mdwn @@ -25,7 +25,7 @@ use it from GCC. Most of the executables that the testsuite generates don't actually execute. (Though, this is partly due to the [[static - issue|binutils/testsuite#static]].) + issue|binutils#static]].) $ tmpdir/local_prog ifunc working correctly diff --git a/open_issues/performance/io_system/binutils_ld_64ksec.mdwn b/open_issues/performance/io_system/binutils_ld_64ksec.mdwn index 86450576..b59a87a7 100644 --- a/open_issues/performance/io_system/binutils_ld_64ksec.mdwn +++ b/open_issues/performance/io_system/binutils_ld_64ksec.mdwn @@ -12,9 +12,9 @@ License|/fdl]]."]]"""]] This one may be considered as a testcase for I/O system optimization. -It is taken from the [[binutils testsuite|binutils/testsuite]], +It is taken from the [[binutils testsuite|binutils]], `ld/ld-elf/sec64k.exp`, where this -test may occasionally [[trigger a timeout|binutils/testsuite#64ksec]]. It is +test may occasionally [[trigger a timeout|binutils#64ksec]]. It is extracted from cdf7c161ebd4a934c9e705d33f5247fd52975612 sources, 2010-10-24. $ wget -O - http://www.gnu.org/software/hurd/open_issues/performance/io_system/binutils_ld_64ksec/test.tar.xz | xz -d | tar -x diff --git a/open_issues/unit_testing.mdwn b/open_issues/unit_testing.mdwn index 66a61b8a..84c29353 100644 --- a/open_issues/unit_testing.mdwn +++ b/open_issues/unit_testing.mdwn @@ -19,7 +19,7 @@ abandoned). [Expect](http://expect.nist.gov/) * used by the [[GCC testsuite|gcc]], [[GDB_testsuite]], - [[binutils testsuite|binutils/testsuite]], etc. + [[binutils testsuite|binutils]], etc. * The [[glibc_testsuite]] has a home-grown system (Makefile-based), likewise does the [[Open_POSIX_Test_Suite]]. |