diff options
Diffstat (limited to 'binutils/testsuite/binutils-all/objcopy.exp')
-rw-r--r-- | binutils/testsuite/binutils-all/objcopy.exp | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/binutils/testsuite/binutils-all/objcopy.exp b/binutils/testsuite/binutils-all/objcopy.exp index 56a7db8..dd74860 100644 --- a/binutils/testsuite/binutils-all/objcopy.exp +++ b/binutils/testsuite/binutils-all/objcopy.exp @@ -1348,4 +1348,10 @@ setup_xfail "sh-*-coff*" setup_xfail "spu-*-*" clear_xfail "hppa*64*-*-hpux*" "hppa*-*-linux*" "hppa*-*-lites*" clear_xfail "hppa*-*-*n*bsd*" "hppa*-*-rtems*" "hppa*-*-*elf*" -objcopy_test "pr25662" pr25662.s executable "" "-T$srcdir/$subdir/pr25662.ld" +if { [istarget pdp11-*-*] } { + set src "pr25662-pdp11.s" +} else { + set src "pr25662.s" +} + +objcopy_test "pr25662" $src executable "" "-T$srcdir/$subdir/pr25662.ld" |