mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-04 04:08:50 +08:00
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.
This commit is contained in:
16
ld/ChangeLog
16
ld/ChangeLog
@ -1,29 +1,35 @@
|
|||||||
2023-10-05 A. Wilcox <awilfox@adelielinux.org>w
|
2023-10-05 A. Wilcox <awilfox@adelielinux.org>
|
||||||
|
|
||||||
|
PR 30905
|
||||||
|
* testsuite/ld-elf/pr28158.rd: Adjust regexp to allow for section
|
||||||
|
indicies larger than 9.
|
||||||
|
|
||||||
|
2023-10-05 A. Wilcox <awilfox@adelielinux.org>
|
||||||
|
|
||||||
PR 30917
|
PR 30917
|
||||||
* testsuite/ld-elf/dt-relr.exp: Skip for MUSL targets.
|
* testsuite/ld-elf/dt-relr.exp: Skip for MUSL targets.
|
||||||
|
|
||||||
2023-10-05 A. Wilcox <awilfox@adelielinux.org>w
|
2023-10-05 A. Wilcox <awilfox@adelielinux.org>
|
||||||
|
|
||||||
PR 30918
|
PR 30918
|
||||||
* testsuite/ld-shared/shared.exp: Add XFAILs for tests that fail
|
* testsuite/ld-shared/shared.exp: Add XFAILs for tests that fail
|
||||||
with the MUSL library.
|
with the MUSL library.
|
||||||
|
|
||||||
2023-10-05 A. Wilcox <awilfox@adelielinux.org>w
|
2023-10-05 A. Wilcox <awilfox@adelielinux.org>
|
||||||
|
|
||||||
PR 30923
|
PR 30923
|
||||||
* testsuite/ld-arm/thumb-plt-got.d: Skip test for configurations
|
* testsuite/ld-arm/thumb-plt-got.d: Skip test for configurations
|
||||||
using the MUSL library.
|
using the MUSL library.
|
||||||
* testsuite/ld-arm/thumb-plt.d: Likewise.
|
* testsuite/ld-arm/thumb-plt.d: Likewise.
|
||||||
|
|
||||||
2023-10-05 A. Wilcox <awilfox@adelielinux.org>w
|
2023-10-05 A. Wilcox <awilfox@adelielinux.org>
|
||||||
|
|
||||||
PR 30925
|
PR 30925
|
||||||
PR 22001
|
PR 22001
|
||||||
* testsuite/ld-i386/i386.exp: Skip the pr22001 test with TEXTREL
|
* testsuite/ld-i386/i386.exp: Skip the pr22001 test with TEXTREL
|
||||||
relocations enabled on configurations using the MUSL library.
|
relocations enabled on configurations using the MUSL library.
|
||||||
|
|
||||||
2023-10-05 A. Wilcox <awilfox@adelielinux.org>w
|
2023-10-05 A. Wilcox <awilfox@adelielinux.org>
|
||||||
|
|
||||||
PR 30924
|
PR 30924
|
||||||
* testsuite/ld-elfvers/vers.exp (objdump_emptyverstuff): Handle
|
* testsuite/ld-elfvers/vers.exp (objdump_emptyverstuff): Handle
|
||||||
|
@ -3,5 +3,5 @@
|
|||||||
#target: x86_64-*-linux* i?86-*-linux-gnu
|
#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
|
#pass
|
||||||
|
Reference in New Issue
Block a user