mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 05:51:04 +00:00
14 lines
342 B
Perl
14 lines
342 B
Perl
|
#source: tlstoc.s
|
||
|
#as: -a64
|
||
|
#ld: -melf64ppc tmpdir/libtlslib.so
|
||
|
#objdump: -sj.tdata
|
||
|
#target: powerpc64*-*-*
|
||
|
|
||
|
.*: +file format elf64-powerpc
|
||
|
|
||
|
Contents of section \.tdata:
|
||
|
.* 12345678 9abcdef0 23456789 abcdef01 .*
|
||
|
.* 3456789a bcdef012 456789ab cdef0123 .*
|
||
|
.* 56789abc def01234 6789abcd ef012345 .*
|
||
|
.* 789abcde f0123456 .*
|