From 2a37823bfe57d43f6c43a48a00237ba169599c3c Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Wed, 27 May 2020 23:14:45 +0200 Subject: [PATCH] PR ld/22909 amendment; don't xfail ld-elf/pr19539.d for cris*-*-*. Noticed by my autotester covering cris-axis-linux-gnu: ... Running /src/ld/testsuite/ld-elf/elf.exp ... XPASS: ld-elf/pr19539 ... This was apparently as intended, so I'm just adjusting the xfail. PR ld/22909 * testsuite/ld-elf/pr19539.d: Don't xfail for cris*-*-*. --- ld/ChangeLog | 5 +++++ ld/testsuite/ld-elf/pr19539.d | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ld/ChangeLog b/ld/ChangeLog index fa0510d8bf..b84b05b90a 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2020-05-27 Hans-Peter Nilsson + + PR ld/22909 + * testsuite/ld-elf/pr19539.d: Don't xfail for cris*-*-*. + 2020-05-27 Rasmus Villemoes Nick Clifton diff --git a/ld/testsuite/ld-elf/pr19539.d b/ld/testsuite/ld-elf/pr19539.d index 211d3e1639..3760c06036 100644 --- a/ld/testsuite/ld-elf/pr19539.d +++ b/ld/testsuite/ld-elf/pr19539.d @@ -4,7 +4,7 @@ #readelf : --dyn-syms --wide #warning: .*: creating DT_TEXTREL in a PIE #target: *-*-linux* *-*-gnu* *-*-solaris* arm*-*-uclinuxfdpiceabi -#xfail: cris*-*-* ![check_pie_support] +#xfail: ![check_pie_support] Symbol table '\.dynsym' contains [0-9]+ entr(y|ies): #pass -- 2.34.1