ld testsuite: un-xfail pr19719 tests on aarch64, seems to succeed now

Message ID 20230103214931.3320223-1-dilfridge@gentoo.org
State Accepted
Headers
Series ld testsuite: un-xfail pr19719 tests on aarch64, seems to succeed now |

Checks

Context Check Description
snail/binutils-gdb-check success Github commit url

Commit Message

Frager, Neal via Binutils Jan. 3, 2023, 9:49 p.m. UTC
  From: Andreas K. Hüttel <dilfridge@gentoo.org>

---
 ld/testsuite/ld-elf/shared.exp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Nick Clifton Jan. 4, 2023, 3:03 p.m. UTC | #1
Hi Andreas,
>   ld/testsuite/ld-elf/shared.exp | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

Approved - please apply.

Cheers
   Nick
  
Nick Clifton Jan. 5, 2023, 8:31 a.m. UTC | #2
Hi Andreas,

>   ld/testsuite/ld-elf/shared.exp | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

Approved - please apply.

Cheers
   Nick
  

Patch

diff --git a/ld/testsuite/ld-elf/shared.exp b/ld/testsuite/ld-elf/shared.exp
index 6dd99bb5c9d..db9d71398de 100644
--- a/ld/testsuite/ld-elf/shared.exp
+++ b/ld/testsuite/ld-elf/shared.exp
@@ -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 ""