Arm: Fix LSB of GOT for Thumb2 only PLT.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / thumb-plt-got.d
1 #source: thumb-plt.s
2 #name: Thumb only PLT and GOT LSB Symbol
3 #ld: -shared -e0
4 #readelf: -rx .got
5 #skip: *-*-pe *-*-wince *-*-vxworks armeb-*-* *-*-gnueabihf
6
7 Relocation section '.rel.plt' at offset 0x108 contains 1 entry:
8 Offset Info Type Sym.Value Sym. Name
9 000101c4 00000116 R_ARM_JUMP_SLOT 00000000 foo
10
11 Hex dump of section '.got':
12 NOTE: This section has relocations against it, but these have NOT been applied to this dump.
13 0x000101b8 40010100 00000000 00000000 11010000 @...............
14
This page took 0.042772 seconds and 4 git commands to generate.