d6e0b1603b
* ld-cris/libdso-1c.d, ld-cris/expdref2.s, ld-cris/libdso-15b.d, ld-cris/expdyn1w.s, ld-cris/libdso-1d.d, ld-cris/tls-ie-78.d: New tests.
45 lines
991 B
Makefile
45 lines
991 B
Makefile
#source: start1.s
|
|
#source: tls128.s
|
|
#source: tls-ie-8e.s
|
|
#as: --no-underscore --em=criself
|
|
#ld: -m crislinux
|
|
#ld_after_inputfiles: tmpdir/tls-dso-xz-1.so
|
|
#objdump: -s -h -t -T -R -r -p
|
|
|
|
# Check that we have proper NPTL/TLS markings and GOT for a
|
|
# R_CRIS_32_IE, for an executable, symbol defined elsewhere.
|
|
|
|
.*: file format elf32-cris
|
|
|
|
Program Header:
|
|
#...
|
|
TLS off .*
|
|
filesz 0x0+80 memsz 0x0+80 flags r--
|
|
|
|
Dynamic Section:
|
|
NEEDED tmpdir/tls-dso-xz-1.so
|
|
#...
|
|
private flags = 0:
|
|
#...
|
|
8 .got[ ]+0+10 .*
|
|
CONTENTS, ALLOC, LOAD, DATA
|
|
SYMBOL TABLE:
|
|
#...
|
|
0+ \*UND\* 0+ x
|
|
#...
|
|
DYNAMIC SYMBOL TABLE:
|
|
0+ D \*UND\* 0+ x
|
|
#...
|
|
DYNAMIC RELOCATION RECORDS
|
|
OFFSET TYPE VALUE
|
|
0+822d4 R_CRIS_32_TPREL x
|
|
|
|
Contents of section .interp:
|
|
#...
|
|
Contents of section \.text:
|
|
801bc 41b20000 6faed422 08000000 .*
|
|
Contents of section \.tdata:
|
|
#...
|
|
Contents of section \.got:
|
|
822c8 48220800 00000000 00000000 00000000 .*
|