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.
This commit is contained in:
Nick Clifton 2016-07-01 10:32:45 +01:00
parent 248feb2f9e
commit 41699fa4a2
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,10 @@
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>
* NEWS: Add marker for 2.27.

View File

@ -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