diff options
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2003-05-09 15:35:09 +0000 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2003-05-09 15:35:09 +0000 |
commit | 4648dfcf5b6bdda114c06be26f586a81e0922ee2 (patch) | |
tree | 8422506d8c11c385f0e069578f728bf960242cc1 /ld/testsuite/ld-undefined | |
parent | 2ebb4b8890392116df80469e328ad7988e04b193 (diff) | |
download | gdb-4648dfcf5b6bdda114c06be26f586a81e0922ee2.zip gdb-4648dfcf5b6bdda114c06be26f586a81e0922ee2.tar.gz gdb-4648dfcf5b6bdda114c06be26f586a81e0922ee2.tar.bz2 |
* ld-elfvsb/elf-offset.ld: Add .rel.eh_frame and .rela.eh_frame
to linker script.
* ld-elfvsb/elfvsb.exp (visibility_run): Add setup_xfails for s390x.
* ld-selective/selective.exp: Disable for s390 and s390x.
* ld-shared/elf-offset.ld: Add .rel.eh_frame and .rela.eh_frame
to linker script.
* ld-shared/shared.exp (shared_test): Add setup_xfails for s390x.
* ld-undefined/undefined.exp (checkund): Remove setup_xfail for s390x.
Diffstat (limited to 'ld/testsuite/ld-undefined')
-rw-r--r-- | ld/testsuite/ld-undefined/undefined.exp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ld/testsuite/ld-undefined/undefined.exp b/ld/testsuite/ld-undefined/undefined.exp index a881376..a8a27cd 100644 --- a/ld/testsuite/ld-undefined/undefined.exp +++ b/ld/testsuite/ld-undefined/undefined.exp @@ -142,8 +142,6 @@ setup_xfail "sh64-*-*" # 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. -# With gcc 3.1 s/390 uses dwarf-2 and the test will fail on 64 bit as well. setup_xfail s390-*-* -setup_xfail s390x-*-* checkund $ml $testline |