54 lines
1.4 KiB
Makefile
54 lines
1.4 KiB
Makefile
#as: --pic --no-underscore --em=criself
|
|
#ld: --shared -m crislinux --hash-style=sysv
|
|
#source: tls-ie-8.s
|
|
#source: tls128g.s
|
|
#source: tls-x.s
|
|
#objdump: -s -t -R -p -T
|
|
|
|
# DSO with a single R_CRIS_16_GOT_TPREL. Check that we have proper
|
|
# NPTL/TLS markings and GOT.
|
|
|
|
.*: file format elf32-cris
|
|
|
|
Program Header:
|
|
LOAD off 0x0+ vaddr 0x0+ paddr 0x0+ align 2\*\*13
|
|
filesz 0x0+150 memsz 0x0+150 flags r-x
|
|
LOAD off 0x0+150 vaddr 0x0+2150 paddr 0x0+2150 align 2\*\*13
|
|
filesz 0x0+10c memsz 0x0+10c flags rw-
|
|
DYNAMIC off 0x0+1d4 vaddr 0x0+21d4 paddr 0x0+21d4 align 2\*\*2
|
|
filesz 0x0+78 memsz 0x0+78 flags rw-
|
|
TLS off 0x0+150 vaddr 0x0+2150 paddr 0x0+2150 align 2\*\*2
|
|
filesz 0x0+84 memsz 0x0+84 flags r--
|
|
|
|
Dynamic Section:
|
|
HASH 0x0+b4
|
|
STRTAB 0x0+12c
|
|
SYMTAB 0x0+dc
|
|
STRSZ 0x0+13
|
|
SYMENT 0x0+10
|
|
RELA 0x0+140
|
|
RELASZ 0x0+c
|
|
RELAENT 0x0+c
|
|
FLAGS 0x0+10
|
|
private flags = 0:
|
|
|
|
SYMBOL TABLE:
|
|
#...
|
|
0+80 g \.tdata 0+4 x
|
|
#...
|
|
DYNAMIC SYMBOL TABLE:
|
|
#...
|
|
0+80 g D \.tdata 0+4 x
|
|
#...
|
|
|
|
DYNAMIC RELOCATION RECORDS
|
|
OFFSET +TYPE +VALUE
|
|
0+2258 R_CRIS_32_TPREL x
|
|
|
|
Contents of section \.hash:
|
|
#...
|
|
Contents of section \.text:
|
|
014c 5fae0c00 .*
|
|
#...
|
|
Contents of section \.got:
|
|
224c d4210+ 0+ 0+ 0+ .*
|