mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-11 19:49:32 +00:00
34 lines
906 B
Makefile
34 lines
906 B
Makefile
#source: tls-x.s
|
|
#source: tls-local-59.s
|
|
#as: --pic --no-underscore --em=criself -I$srcdir/$subdir
|
|
#ld: -m crislinux --shared
|
|
#objdump: -s -t -r -p -R -T
|
|
|
|
# A DSO with a R_CRIS_32_GOT_GD, a R_CRIS_16_GOT_GD, a
|
|
# R_CRIS_32_GOT_TPREL and a R_CRIS_16_GOT_TPREL against the same local
|
|
# symbol. Check that we have proper NPTL/TLS markings and GOT.
|
|
|
|
.*: file format elf32-cris
|
|
|
|
Program Header:
|
|
#...
|
|
TLS off .*
|
|
filesz 0x00000084 memsz 0x00000084 flags r--
|
|
#...
|
|
FLAGS 0x00000010
|
|
#...
|
|
DYNAMIC RELOCATION RECORDS
|
|
OFFSET TYPE VALUE
|
|
0000231c R_CRIS_32_TPREL \*ABS\*\+0x0+4
|
|
00002320 R_CRIS_DTP \*ABS\*\+0x0+4
|
|
|
|
Contents of section \.hash:
|
|
#...
|
|
Contents of section \.text:
|
|
0200 6fae1000 00006fae 0c000000 5fae1000 .*
|
|
0210 5fae0c00 .*
|
|
#...
|
|
Contents of section \.got:
|
|
2310 98220+ 0+ 0+ 040+ .*
|
|
2320 0+ 0+ .*
|