aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2010-12-21 11:00:48 +0000
committerThomas Schwinge <tschwinge@gnu.org>2010-12-21 11:00:48 +0000
commit43fbacdedceefe629062965ffb17f3539a17dca0 (patch)
treeabeb70475e9e8482259cefb0c147cbf953bce6c9
parentbc2b29908f99c56de320c765c932776cef1aa7c6 (diff)
downloadgdb-43fbacdedceefe629062965ffb17f3539a17dca0.zip
gdb-43fbacdedceefe629062965ffb17f3539a17dca0.tar.gz
gdb-43fbacdedceefe629062965ffb17f3539a17dca0.tar.bz2
Adjust URLs.
-rw-r--r--ld/configure.host2
-rw-r--r--ld/testsuite/ld-elf/elf.exp2
-rw-r--r--ld/testsuite/ld-elfweak/elfweak.exp2
3 files changed, 3 insertions, 3 deletions
diff --git a/ld/configure.host b/ld/configure.host
index 885da7e..f2dffe6 100644
--- a/ld/configure.host
+++ b/ld/configure.host
@@ -39,7 +39,7 @@ case "${host}" in
*-*-gnu*)
# When creating static executables, we ought to use crt0.o instead of crt1.o,
- # <http://www.gnu.org/software/hurd/open_issues/binutils/testsuite.html#static>,
+ # <http://www.gnu.org/software/hurd/open_issues/binutils.html#static>,
# but the testing infrastructure is not prepared for that. This is not
# relevant for most tests, and the few remaining ones have been XFAILed.
HOSTING_CRT0='-dynamic-linker `${CC} --help --verbose 2>&1 | egrep "ld[^ ]*\.so" | sed -e "s,.*-dynamic-linker[ ][ ]*\(.*/ld[^ ]*\.so[^ ]*\).*,\1,"` `${CC} --print-file-name=crt1.o` `${CC} --print-file-name=crti.o` `if [ -f ../gcc/crtbegin.o ]; then echo ../gcc/crtbegin.o; else ${CC} --print-file-name=crtbegin.o; fi`'
diff --git a/ld/testsuite/ld-elf/elf.exp b/ld/testsuite/ld-elf/elf.exp
index a1e70da..0cf63c1 100644
--- a/ld/testsuite/ld-elf/elf.exp
+++ b/ld/testsuite/ld-elf/elf.exp
@@ -89,7 +89,7 @@ run_ld_link_exec_tests $xfails $array_tests
# Be cautious to not XFAIL for *-*-linux-gnu*, *-*-kfreebsd-gnu*, etc.
switch -regexp $target_triplet {
^\[^-\]*-\[^-\]*-gnu.*$ {
- # <http://www.gnu.org/software/hurd/open_issues/binutils/testsuite.html#static>
+ # <http://www.gnu.org/software/hurd/open_issues/binutils.html#static>
lappend xfails "*-*-*"
}
}
diff --git a/ld/testsuite/ld-elfweak/elfweak.exp b/ld/testsuite/ld-elfweak/elfweak.exp
index e6d4d6f..0cc1299 100644
--- a/ld/testsuite/ld-elfweak/elfweak.exp
+++ b/ld/testsuite/ld-elfweak/elfweak.exp
@@ -69,7 +69,7 @@ set SOBJDUMP_FLAGS --syms
set shared --shared
-# <http://www.gnu.org/software/hurd/open_issues/binutils/testsuite.html#weak>
+# <http://www.gnu.org/software/hurd/open_issues/binutils.html#weak>
proc setup_xfail_gnu_hurd {} {
global target_triplet
# Be cautious to not XFAIL for *-*-linux-gnu*, *-*-kfreebsd-gnu*, etc.