9a6351f1d2
* ld-cris/noglob1.d: Adjust regexp for a.out output. * ld-cris/badgotr1.d, ld-cris/expdyn1.d, ld-cris/expdyn2.d, ld-cris/expdyn3.d, ld-cris/expdyn4.d, ld-cris/expdyn5.d, ld-cris/expdyn6.d, ld-cris/expdyn7.d, ld-cris/gotplt1.d, ld-cris/gotplt2.d, ld-cris/gotplt3.d, ld-cris/hiddef1.d, ld-cris/libdso-1.d, ld-cris/libdso-10.d, ld-cris/libdso-11.d, ld-cris/libdso-12.d, ld-cris/libdso-13.d, ld-cris/libdso-14.d, ld-cris/libdso-2.d, ld-cris/libdso-3.d, ld-cris/libdso-4.d, ld-cris/locref1.d, ld-cris/locref2.d, ld-cris/nodyn4.d, ld-cris/nodyn5.d, ld-cris/pv32-1.d, ld-cris/undef1.d, ld-cris/weakref1.d: ld-cris/weakref2.d: Pass --em=criself to gas. * ld-cris/v10-v32.d, ld-cris/v10-va.d, ld-cris/v32-ba-1.d, ld-cris/v32-v10.d, ld-cris/v32-va.d, ld-cris/va-v10.d, ld-cris/va-v32.d: Ditto. Pass -m criself to gld. * ld-cris/v32-bin-1.d: Pass -m criself to gld.
30 lines
1.2 KiB
Makefile
30 lines
1.2 KiB
Makefile
#source: dso-1.s
|
|
#source: dsov32-3.s
|
|
#as: --pic --no-underscore --march=v32 --em=criself
|
|
#ld: --shared -m crislinux -z nocombreloc
|
|
#readelf: -d -r
|
|
#warning: relocation R_CRIS_32_PCREL should not be used in a shared object; recompile with -fPIC
|
|
|
|
# Check that a TEXTREL reloc is correctly generated for PCREL
|
|
# relocations against global symbols.
|
|
# FIXME: Have a textrel-enabling(-disabling) linker option.
|
|
# (Warning always generated unless [other option] warnings are
|
|
# generally disabled.) Split out the expected readelf output
|
|
# into a separate test using that option.
|
|
|
|
Dynamic section at offset 0x[0-9a-f][0-9a-f][0-9a-f] contains 10 entries:
|
|
Tag[ ]+Type[ ]+Name/Value
|
|
0x0+4 \(HASH\)[ ]+0x94
|
|
0x0+5 \(STRTAB\)[ ]+0x[12][0-9a-f][0-9a-f]
|
|
0x0+6 \(SYMTAB\)[ ]+0x[0-9a-f][0-9a-f]
|
|
0x0+a \(STRSZ\)[ ]+47 \(bytes\)
|
|
0x0+b \(SYMENT\)[ ]+16 \(bytes\)
|
|
0x0+7 \(RELA\)[ ]+0x[12][0-9a-f][0-9a-f]
|
|
0x0+8 \(RELASZ\)[ ]+12 \(bytes\)
|
|
0x0+9 \(RELAENT\)[ ]+12 \(bytes\)
|
|
0x0+16 \(TEXTREL\)[ ]+0x0
|
|
0x0+ \(NULL\)[ ]+0x0
|
|
|
|
Relocation section '\.rela\.text' at offset 0x[12][0-9a-f][0-9a-f] contains 1 entries:
|
|
Offset[ ]+Info[ ]+Type[ ]+Sym\.Value Sym\. Name \+ Addend
|
|
0+[12][0-9a-f][0-9a-f] 0+[0-9a-f]06 R_CRIS_32_PCREL[ ]+0+[0-f]+[ ]+dsofn \+ 6
|