mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
Fix: ld testsuite: Thumb PLT and GOT tests should be skipped on musl armhf targets
PR 30923 * testsuite/ld-arm/thumb-plt-got.d: Skip test for configurations using the MUSL library. * testsuite/ld-arm/thumb-plt.d: Likewise.
This commit is contained in:
parent
693ac69b4d
commit
8023a05464
@ -1,3 +1,10 @@
|
||||
2023-10-05 A. Wilcox <awilfox@adelielinux.org>w
|
||||
|
||||
PR 30923
|
||||
* testsuite/ld-arm/thumb-plt-got.d: Skip test for configurations
|
||||
using the MUSL library.
|
||||
* testsuite/ld-arm/thumb-plt.d: Likewise.
|
||||
|
||||
2023-10-05 A. Wilcox <awilfox@adelielinux.org>w
|
||||
|
||||
PR 30925
|
||||
|
@ -2,7 +2,7 @@
|
||||
#name: Thumb only PLT and GOT LSB Symbol
|
||||
#ld: -shared -e0 -z max-page-size=0x10000
|
||||
#readelf: -rx .got
|
||||
#skip: *-*-pe *-*-wince *-*-vxworks armeb-*-* *-*-gnueabihf
|
||||
#skip: *-*-pe *-*-wince *-*-vxworks armeb-*-* *-*-gnueabihf *-*-musleabihf
|
||||
|
||||
Relocation section '.rel.plt' at offset 0x108 contains 1 entry:
|
||||
Offset Info Type Sym.Value Sym. Name
|
||||
|
@ -2,7 +2,7 @@
|
||||
#name: Thumb only PLT and GOT
|
||||
#ld: -shared -e0 -z max-page-size=0x10000
|
||||
#objdump: -dr
|
||||
#skip: *-*-pe *-*-wince *-*-vxworks armeb-*-* *-*-gnueabihf
|
||||
#skip: *-*-pe *-*-wince *-*-vxworks armeb-*-* *-*-gnueabihf *-*-musleabihf
|
||||
|
||||
.*: +file format .*arm.*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user