mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-21 04:42:53 +08:00
95c210664d
The regexpr in these two files are a bit strict in that they don't account for the slight changes in tags in certain arm targets which cause our address offsets to change. This changes the tests to allow slight movement in locations while still strictly checking the rest. ld/ChangeLog: 2020-08-03 Tamar Christina <tamar.christina@arm.com> * testsuite/ld-arm/thumb-plt-got.d: Relax regexpr. * testsuite/ld-arm/thumb-plt.d: Likewise.
15 lines
522 B
D
15 lines
522 B
D
#source: thumb-plt.s
|
|
#name: Thumb only PLT and GOT LSB Symbol
|
|
#ld: -shared -e0
|
|
#readelf: -rx .got
|
|
#skip: *-*-pe *-*-wince *-*-vxworks armeb-*-* *-*-gnueabihf
|
|
|
|
Relocation section '.rel.plt' at offset 0x108 contains 1 entry:
|
|
Offset Info Type Sym.Value Sym. Name
|
|
000101.+ 00000116 R_ARM_JUMP_SLOT 00000000 foo
|
|
|
|
Hex dump of section '.got':
|
|
NOTE: This section has relocations against it, but these have NOT been applied to this dump.
|
|
0x000101.+ 40010100 00000000 00000000 11010000 @...............
|
|
|