55 lines
1.4 KiB
Makefile
55 lines
1.4 KiB
Makefile
#as: --pic --no-underscore --em=criself
|
|
#ld: --shared -m crislinux
|
|
#source: tls-ie-10.s
|
|
#source: tls128g.s
|
|
#source: tls-x.s
|
|
#objdump: -s -t -R -p -T
|
|
|
|
# DSO with a single R_CRIS_32_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+1c0 memsz 0x0+1c0 flags r-x
|
|
LOAD off 0x0+1c0 vaddr 0x0+21c0 paddr 0x0+21c0 align 2\*\*13
|
|
filesz 0x0+10c memsz 0x0+10c flags rw-
|
|
DYNAMIC off 0x0+244 vaddr 0x0+2244 paddr 0x0+2244 align 2\*\*2
|
|
filesz 0x0+78 memsz 0x0+78 flags rw-
|
|
TLS off 0x0+1c0 vaddr 0x0+21c0 paddr 0x0+21c0 align 2\*\*2
|
|
filesz 0x0+84 memsz 0x0+84 flags r--
|
|
|
|
Dynamic Section:
|
|
HASH 0x0+b4
|
|
STRTAB 0x0+17c
|
|
SYMTAB 0x0+ec
|
|
STRSZ 0x0+2d
|
|
SYMENT 0x0+10
|
|
RELA 0x0+1ac
|
|
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+22c8 R_CRIS_32_TPREL x
|
|
|
|
Contents of section \.hash:
|
|
#...
|
|
Contents of section \.text:
|
|
01b8 6fae0c00 00000000 .*
|
|
#...
|
|
Contents of section \.got:
|
|
22bc 44220+ 0+ 0+ 0+ .*
|