From: Nathan Sidwell Date: Tue, 27 Feb 2007 12:19:16 +0000 (+0000) Subject: * binutils-all/objcopy.exp: Skip for uclinux targets. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=903b1f5b5baab68c9893a97d0dd7e1ca13e24451;p=binutils-gdb.git * binutils-all/objcopy.exp: Skip for uclinux targets. --- 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"