mirror of
https://github.com/autc04/Retro68.git
synced 2025-01-31 16:30:36 +00:00
17 lines
302 B
Makefile
17 lines
302 B
Makefile
#source: tls-hx.s
|
|
#source: tls-x1x2.s
|
|
#as: --no-underscore --em=criself
|
|
#ld: -m crislinux --shared --hash-style=sysv
|
|
#objdump: -T
|
|
|
|
# A DSO providing the TLS variables x1 and x2.
|
|
|
|
.*: file format elf32-cris
|
|
|
|
DYNAMIC SYMBOL TABLE:
|
|
#...
|
|
0+8 g D \.tdata 0+4 x2
|
|
#...
|
|
0+4 g D \.tdata 0+4 x1
|
|
#...
|