From: Nick Clifton Date: Fri, 1 Jul 2016 09:32:45 +0000 (+0100) Subject: Expect the objcopy without global symbols test to fail for ARM and AArch64 targets. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=41699fa4a201db0d4ad1ac4a74e3f0ba50894ddf;p=binutils-gdb.git Expect the objcopy without global symbols test to fail for ARM and AArch64 targets. * testsuite/binutils-all/objcopy.exp (objcopy_test_without_global_symbol): Expect this test to fail on the AArch64 and ARM targets, since they preserve their mapping symbols. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index aac034f466e..83fde819487 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,10 @@ +2016-07-01 Nick Clifton + + * testsuite/binutils-all/objcopy.exp + (objcopy_test_without_global_symbol): Expect this test to fail on + the AArch64 and ARM targets, since they preserve their mapping + symbols. + 2016-07-01 Tristan Gingold * NEWS: Add marker for 2.27. diff --git a/binutils/testsuite/binutils-all/objcopy.exp b/binutils/testsuite/binutils-all/objcopy.exp index c33b6011750..ccd44221018 100644 --- a/binutils/testsuite/binutils-all/objcopy.exp +++ b/binutils/testsuite/binutils-all/objcopy.exp @@ -1159,4 +1159,8 @@ proc objcopy_test_without_global_symbol { } { pass $test } +# The AArch64 and ARM targets preserve mapping symbols +# in object files, so they will fail this test. +setup_xfail aarch64*-*-* arm*-*-* + objcopy_test_without_global_symbol