]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2003-07-22 H.J. Lu <hongjiu.lu@intel.com>
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 22 Jul 2003 14:58:35 +0000 (14:58 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 22 Jul 2003 14:58:35 +0000 (14:58 +0000)
* ld-selective/selective.exp: Skip "ia64-*-*".

* ld-srec/srec.exp: Make xfail on "ia64-*-*".

ld/testsuite/ChangeLog
ld/testsuite/ld-selective/selective.exp
ld/testsuite/ld-srec/srec.exp

index e267928b8059630980cd6e259ba76bc845464cfd..145488a7ee0e6ab8552519e18c95048a95c31f01 100644 (file)
@@ -1,3 +1,9 @@
+2003-07-22  H.J. Lu <hongjiu.lu@intel.com>
+
+       * ld-selective/selective.exp: Skip "ia64-*-*".
+
+       * ld-srec/srec.exp: Make xfail on "ia64-*-*".
+
 2003-07-11  Richard Sandiford  <rsandifo@redhat.com>
 
        * ld-h8300/relax-3{.s,.d,-coff.d}: New test.
index 7c318eac5aa96484e515b228157db55b651ba106..d2e4885373b818127abf3cfe98cb129263a500c1 100644 (file)
@@ -39,6 +39,11 @@ if {[istarget "alpha*-*-*"]} {
     return
 }
 
+# IA64 does not support selective linking
+if {[istarget "ia64-*-*"]} {
+    return
+}
+
 # s390 does not support selective linking
 if {[istarget "s390*-*-*"]} {
     return
index 27210d5733dc078658df6fe16c9b9e96744c2514..9b723f6543cbb43d7799124765d8312f6894375f 100644 (file)
@@ -384,6 +384,9 @@ setup_xfail "alpha*-*-netbsd*"
 # The S-record linker hasn't any hope of coping with HPPA relocs.
 setup_xfail "hppa*-*-*"
 
+# The S-record linker doesn't handle IA64 Elf relaxation.
+setup_xfail "ia64-*-*"
+
 # The S-record linker doesn't support the special PE headers - the PE
 # emulation tries to write pe-specific information to the PE headers
 # in the output bfd, but it's not a PE bfd (it's an srec bfd)
@@ -417,6 +420,7 @@ setup_xfail "v850*-*-elf"
 setup_xfail "alpha*-*-elf*" "alpha*-*-linux-gnu*" "alpha*-*-gnu*"
 setup_xfail "alpha*-*-netbsd*"
 setup_xfail "hppa*-*-*"
+setup_xfail "ia64-*-*"
 setup_xfail "*-*-cygwin*" "*-*-mingw*" "*-*-pe*" "*-*-winnt*"
 
 run_srec_test $test2 "tmpdir/sr3.o"