
Most tests are ported from AArch64. The relr-addend test is added to make sure the addend (link-time address) is correctly written into the relocated section. Doing so is not strictly needed for RELA, but strictly needed for RELR). Signed-off-by: Xi Ruoyao <xry111@xry111.site>
11 lines
589 B
Makefile
11 lines
589 B
Makefile
#source: relr-discard.s
|
|
#ld: -shared -z pack-relative-relocs -T relr-discard.ld
|
|
#readelf: -rW
|
|
|
|
Relocation section '\.rela\.dyn' at offset 0x[0-9a-f]+ contains 1 entry:
|
|
Offset Info Type Symbol's Value Symbol's Name \+ Addend
|
|
0000000000020010 0000000300000002 R_LARCH_64 000000000001000c sym_global \+ 0
|
|
|
|
Relocation section '\.relr\.dyn' at offset 0x[0-9a-f]+ contains 1 entry which relocates 1 location:
|
|
Index: Entry Address Symbolic Address
|
|
0000: 0000000000020008 0000000000020008 _GLOBAL_OFFSET_TABLE_ \+ 0x8
|