Browse Source

* ld-undefined/undefined.exp: Add a setup_xfail line for a test

that will always fail on s/390.
dberlin-typesystem-branch
Alan Modra 26 years ago
parent
commit
d52f97627b
  1. 5
      ld/testsuite/ChangeLog
  2. 7
      ld/testsuite/ld-undefined/undefined.exp

5
ld/testsuite/ChangeLog

@ -1,3 +1,8 @@
2001-06-06 Martin Schwidefsky <schwidefsky@de.ibm.com>
* ld-undefined/undefined.exp: Add a setup_xfail line for a test
that will always fail on s/390.
2001-05-28 kaz Kojima <kkojima@rr.iij4u.or.jp>
* ld-sh/sh.exp: For sh-*-linux-gnu target add a start address for

7
ld/testsuite/ld-undefined/undefined.exp

@ -135,4 +135,11 @@ setup_xfail i?86-*-freebsd*
setup_xfail mcore-*-elf
setup_xfail mips-sgi-irix6*
# The undefined test fails on 31 bit s/390 because the address of the
# function `this_function_is_not_defined' is stored in the literal pool of
# the function. Therefore the line number in the error message is 8 instead
# of 9. On 64 bit s/390 this works because of the new brasl instruction that
# doesn't need a literal pool entry.
setup_xfail s390-*-elf
checkund $ml $testline

Loading…
Cancel
Save