mirror of
https://github.com/autc04/Retro68.git
synced 2025-02-07 18:31:06 +00:00
6ea1bcda2b
This reverts commit 6c5c652ee12028f75cf95f9901979e53fbe22f8b.
28 lines
708 B
Makefile
28 lines
708 B
Makefile
#source: tls-local-54.s
|
|
#as: --pic --no-underscore --em=criself -I$srcdir/$subdir
|
|
#ld: --shared -m crislinux --hash-style=sysv
|
|
#objdump: -s -t -R -p -T
|
|
|
|
# A DSO with a R_CRIS_32_GOT_GD against a local symbol.
|
|
# Check that we have proper NPTL/TLS markings and GOT.
|
|
|
|
.*: file format elf32-cris
|
|
|
|
Program Header:
|
|
#...
|
|
TLS off .*
|
|
filesz 0x00000080 memsz 0x00000080 flags r--
|
|
#...
|
|
DYNAMIC RELOCATION RECORDS
|
|
OFFSET TYPE VALUE
|
|
0000222c R_CRIS_DTP \*ABS\*\+0x0000002a
|
|
|
|
Contents of section .hash:
|
|
#...
|
|
Contents of section \.text:
|
|
0128 6fae0c00 00000000 .*
|
|
#...
|
|
Contents of section \.got:
|
|
2220 b0210000 0+ 0+ 0+ .*
|
|
2230 0+ .*
|