diff options
author | A. Wilcox <awilfox@adelielinux.org> | 2023-10-05 15:05:15 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2023-10-05 15:05:15 +0100 |
commit | 1499719e6d7a556025b5c95956434f9047b8b83c (patch) | |
tree | 1299d653366dea8ec75ec55962f32b00f929463a /ld/testsuite | |
parent | c4e0d285cfccc6c7d90c34441cbe52a4c471e4c0 (diff) | |
download | gdb-1499719e6d7a556025b5c95956434f9047b8b83c.zip gdb-1499719e6d7a556025b5c95956434f9047b8b83c.tar.gz gdb-1499719e6d7a556025b5c95956434f9047b8b83c.tar.bz2 |
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.
Diffstat (limited to 'ld/testsuite')
-rw-r--r-- | ld/testsuite/ld-elf/pr28158.rd | 2 |
1 files changed, 1 insertions, 1 deletions
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 |