27 lines
732 B
Makefile
27 lines
732 B
Makefile
#name: FRV TLS undefweak relocs, static linking
|
|
#source: tls-3.s
|
|
#objdump: -D -j .text -j .got -j .plt
|
|
#ld: -static
|
|
|
|
.*: file format elf.*frv.*
|
|
|
|
Disassembly of section \.text:
|
|
|
|
[0-9a-f ]+<_start>:
|
|
[0-9a-f ]+: 92 fc 00 00 setlos lo\(0x0\),gr9
|
|
[0-9a-f ]+: 00 88 00 00 nop\.p
|
|
[0-9a-f ]+: 80 88 00 00 nop
|
|
[0-9a-f ]+: 92 fc 00 00 setlos lo\(0x0\),gr9
|
|
[0-9a-f ]+: 80 88 00 00 nop
|
|
[0-9a-f ]+: 12 fc 00 00 setlos\.p lo\(0x0\),gr9
|
|
[0-9a-f ]+: 80 88 00 00 nop
|
|
[0-9a-f ]+: 80 88 00 00 nop
|
|
[0-9a-f ]+: 92 fc 00 00 setlos lo\(0x0\),gr9
|
|
[0-9a-f ]+: 00 88 00 00 nop\.p
|
|
[0-9a-f ]+: 80 88 00 00 nop
|
|
[0-9a-f ]+: 92 fc 00 00 setlos lo\(0x0\),gr9
|
|
Disassembly of section \.got:
|
|
|
|
[0-9a-f ]+<(__data_start|_GLOBAL_OFFSET_TABLE_)>:
|
|
\.\.\.
|