Un xfail the PR19719 test for the AArch64 architecture
authorAndreas K. Huettel <dilfridge@gentoo.org>
Thu, 5 Jan 2023 08:35:18 +0000 (08:35 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 5 Jan 2023 08:35:18 +0000 (08:35 +0000)
ld/ChangeLog
ld/testsuite/ld-elf/shared.exp

index 4c39f3cec465724a22f0ac4730d4131a2ae3a180..a619fa1b85f08f9a919d2fd9d390160a89dd5cd7 100644 (file)
@@ -1,3 +1,8 @@
+2023-01-05  Andreas K. Huettel  <dilfridge@gentoo.org>
+
+       * testsuite/ld-elf/shared.exp: un-xfail the PR19710 test for the
+       AArch64 architecture.
+
 2023-01-04  Andreas K. Huettel  <dilfridge@gentoo.org>
 
        PR 29843
index 6dd99bb5c9d5e7f89570bebe648a260aed1e6485..db9d71398de3e6ee87405b6544845837a3aec83f 100644 (file)
@@ -1656,7 +1656,7 @@ proc mix_pic_and_non_pic {xfails cflags ldflags exe} {
     }
 }
 
-mix_pic_and_non_pic [list "arm*-*-*" "aarch64*-*-*"] "" "" "pr19719"
+mix_pic_and_non_pic [list "arm*-*-*"] "" "" "pr19719"
 mix_pic_and_non_pic [] "-fPIE" "-pie" "pr19719pie"
 
 set AFLAGS_PIE ""