mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-02 18:53:22 +00:00
61 lines
1.6 KiB
Makefile
61 lines
1.6 KiB
Makefile
#as: --pic --no-underscore --em=criself
|
|
#ld: --shared -m crislinux --hash-style=sysv
|
|
#source: tls-ie-9.s
|
|
#source: tls128g.s
|
|
#source: tls-x1x2.s
|
|
#objdump: -s -t -R -p -T
|
|
|
|
# DSO with two R_CRIS_16_GOT_TPREL against different symbols. 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+18c memsz 0x0+18c flags r-x
|
|
LOAD off 0x0+18c vaddr 0x0+218c paddr 0x0+218c align 2\*\*13
|
|
filesz 0x0+114 memsz 0x0+114 flags rw-
|
|
DYNAMIC off 0x0+214 vaddr 0x0+2214 paddr 0x0+2214 align 2\*\*2
|
|
filesz 0x0+78 memsz 0x0+78 flags rw-
|
|
TLS off 0x0+18c vaddr 0x0+218c paddr 0x0+218c align 2\*\*2
|
|
filesz 0x0+88 memsz 0x0+88 flags r--
|
|
|
|
Dynamic Section:
|
|
HASH 0x0+b4
|
|
STRTAB 0x0+154
|
|
SYMTAB 0x0+e4
|
|
STRSZ 0x0+18
|
|
SYMENT 0x0+10
|
|
RELA 0x0+16c
|
|
RELASZ 0x0+18
|
|
RELAENT 0x0+c
|
|
FLAGS 0x0+10
|
|
private flags = 0:
|
|
|
|
SYMBOL TABLE:
|
|
#...
|
|
0+84 g \.tdata 0+4 x2
|
|
#...
|
|
0+80 g \.tdata 0+4 x1
|
|
#...
|
|
DYNAMIC SYMBOL TABLE:
|
|
#...
|
|
0+84 g D \.tdata 0+4 x2
|
|
#...
|
|
0+80 g D \.tdata 0+4 x1
|
|
#...
|
|
|
|
DYNAMIC RELOCATION RECORDS
|
|
OFFSET TYPE VALUE
|
|
0+2298 R_CRIS_32_TPREL x2
|
|
0+229c R_CRIS_32_TPREL x1
|
|
|
|
Contents of section \.hash:
|
|
#...
|
|
Contents of section \.text:
|
|
0184 5fae1000 5fbe0c00 .*
|
|
#...
|
|
Contents of section \.got:
|
|
228c 14220+ 0+ 0+ 0+ .*
|
|
229c 00000000 .*
|