summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2016-07-01 10:35:53 +0100
committerNick Clifton <nickc@redhat.com>2016-07-01 10:35:53 +0100
commit5bf729d5ca54fa1264ce30e02602c9a35757558c (patch)
tree1651b3b00db05b72eaba34ee1f41ce7dedadc961
parentc60b6acb19ed548ee68cd4647574b25221e003ec (diff)
downloadbinutils-5bf729d5ca54fa1264ce30e02602c9a35757558c.tar.gz
binutils-5bf729d5ca54fa1264ce30e02602c9a35757558c.tar.bz2
binutils-5bf729d5ca54fa1264ce30e02602c9a35757558c.zip
Expect the 'objcopy without global symbols' test to fail for AArch64 and ARM 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.
-rw-r--r--binutils/ChangeLog10
-rw-r--r--binutils/testsuite/binutils-all/objcopy.exp4
2 files changed, 14 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index fbdc28f223b..d81e9707ed7 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,13 @@
+2016-07-01 Nick Clifton <nickc@redhat.com>
+
+ * Import this patch from the mainline:
+ 2016-07-01 Nick Clifton <nickc@redhat.com>
+
+ * 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 <gingold@adacore.com>
* configure: Regenerate.
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