diff options
author | Nick Clifton <nickc@redhat.com> | 2016-07-27 12:01:09 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2016-07-27 12:01:09 +0100 |
commit | 61d2d2b5492d892d804861225b45396fdaa0b404 (patch) | |
tree | 3eaea737ce5741592dc1225b0874e71a4ac7fb69 /ld | |
parent | 147d994bcdd36a177e49e7b6ac8d9c1f7b4cdcf5 (diff) | |
download | gdb-61d2d2b5492d892d804861225b45396fdaa0b404.zip gdb-61d2d2b5492d892d804861225b45396fdaa0b404.tar.gz gdb-61d2d2b5492d892d804861225b45396fdaa0b404.tar.bz2 |
Restrict linker garbage collection personality test to cfi enabled targets.
* testsuite/ld-gc/personality.d: Use "target cfi" to restrict the
test to targets which support cfi.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 5 | ||||
-rw-r--r-- | ld/testsuite/ld-gc/personality.d | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 96486fb..8c4e5d4 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2016-07-27 Nick Clifton <nickc@redhat.com> + + * testsuite/ld-gc/personality.d: Use "target cfi" to restrict the + test to targets which support cfi. + 2016-07-27 Igor Kudrin <ikudrin@accesssoftek.com> * ldbuildid.c (generate_build_id): Warning fix. diff --git a/ld/testsuite/ld-gc/personality.d b/ld/testsuite/ld-gc/personality.d index f3cf652..5f14183 100644 --- a/ld/testsuite/ld-gc/personality.d +++ b/ld/testsuite/ld-gc/personality.d @@ -1,8 +1,7 @@ #name: --gc-sections with __gxx_personality #ld: --gc-sections -e main -L tmpdir -lpersonality #nm: -n -#xfail: bfin-*-* cris*-*-* frv-*-* mn10300-*-* vax-*-* xtensa-*-* metag-*-* -# above targets don't support cfi +#target: cfi #failif #... |