diff options
author | Nick Clifton <nickc@redhat.com> | 2016-07-01 10:32:45 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2016-07-01 10:34:08 +0100 |
commit | 41699fa4a201db0d4ad1ac4a74e3f0ba50894ddf (patch) | |
tree | 4c97647a05401e7cfe3f030b07bcf2c0b8bc9f7e /binutils | |
parent | 248feb2f9ed40b590aa49bda02e8cf50d2d3f7e7 (diff) | |
download | gdb-41699fa4a201db0d4ad1ac4a74e3f0ba50894ddf.zip gdb-41699fa4a201db0d4ad1ac4a74e3f0ba50894ddf.tar.gz gdb-41699fa4a201db0d4ad1ac4a74e3f0ba50894ddf.tar.bz2 |
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.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 7 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/objcopy.exp | 4 |
2 files changed, 11 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index aac034f..83fde81 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -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. diff --git a/binutils/testsuite/binutils-all/objcopy.exp b/binutils/testsuite/binutils-all/objcopy.exp index c33b601..ccd4422 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 |