From 903b1f5b5baab68c9893a97d0dd7e1ca13e24451 Mon Sep 17 00:00:00 2001 From: Nathan Sidwell Date: Tue, 27 Feb 2007 12:19:16 +0000 Subject: [PATCH] * binutils-all/objcopy.exp: Skip for uclinux targets. --- binutils/testsuite/ChangeLog | 4 ++++ binutils/testsuite/binutils-all/objcopy.exp | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index 38a8d23e99c..27e5a10d5bd 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2007-02-27 Nathan Sidwell + + * binutils-all/objcopy.exp: Skip for uclinux targets. + 2007-02-14 Nick Clifton * binutils-all/readelf.exp (readelf_wi_test): Fix unexpected diff --git a/binutils/testsuite/binutils-all/objcopy.exp b/binutils/testsuite/binutils-all/objcopy.exp index 3ab38ec8dc6..d782e9b7b79 100644 --- a/binutils/testsuite/binutils-all/objcopy.exp +++ b/binutils/testsuite/binutils-all/objcopy.exp @@ -458,6 +458,10 @@ proc copy_setup { } { set res [build_wrapper testglue.o] set flags { debug } + if { [istarget *-*-uclinux*] } { + return 1 + } + if { $res != "" } { lappend flags "additional_flags=[lindex $res 1]" set add_libs "testglue.o" -- 2.30.2