diff options
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-elf/comm-data.exp | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index c3b213f..6a0f30b 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,9 @@ 2020-06-06 Alan Modra <amodra@gmail.com> + * testsuite/ld-elf/comm-data.exp: Don't xfail arm or bfin-linux. + +2020-06-06 Alan Modra <amodra@gmail.com> + * lexsup.c (ld_options): Accept -plugin and -plugin-opt when !ENABLE_PLUGINS. * testsuite/lib/ld-lib.exp (check_plugin_api_available): Adjust. diff --git a/ld/testsuite/ld-elf/comm-data.exp b/ld/testsuite/ld-elf/comm-data.exp index c735fe2..87ae3b2 100644 --- a/ld/testsuite/ld-elf/comm-data.exp +++ b/ld/testsuite/ld-elf/comm-data.exp @@ -74,10 +74,9 @@ if [istarget "*-*-hpux*"] { append AFLAGS " --defsym HPUX=1" } -# bfin does not currently support copy relocs. +# bfin-elf does not currently support copy relocs. setup_xfail "bfin-*-*" - -setup_xfail "arm*-*-*" "ld/13802" +clear_xfail "bfin-*-linux-uclibc*" # Verify that a common symbol has been converted to an undefined # reference to the global symbol of the same name defined above |