From 1499719e6d7a556025b5c95956434f9047b8b83c Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Thu, 5 Oct 2023 15:05:15 +0100 Subject: Fix: ld: Test case pr28158 fails on x86_64-linux-musl when index is > 19 PR 30905 * testsuite/ld-elf/pr28158.rd: Adjust regexp to allow for section indicies larger than 9. --- ld/testsuite/ld-elf/pr28158.rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ld/testsuite/ld-elf') diff --git a/ld/testsuite/ld-elf/pr28158.rd b/ld/testsuite/ld-elf/pr28158.rd index b3cfe89..c2cef7a 100644 --- a/ld/testsuite/ld-elf/pr28158.rd +++ b/ld/testsuite/ld-elf/pr28158.rd @@ -3,5 +3,5 @@ #target: x86_64-*-linux* i?86-*-linux-gnu #... - +[0-9]+: +[0-9a-f]+ +[0-9]+ +OBJECT +GLOBAL +DEFAULT +[1-9]+ foo@VERS_2.0 \([0-9]+\) + +[0-9]+: +[0-9a-f]+ +[0-9]+ +OBJECT +GLOBAL +DEFAULT +[0-9]+ foo@VERS_2.0 \([0-9]+\) #pass -- cgit v1.1