blob: da26ca0c192950710afca74497e3401be947915b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
#name: FRV TLS undefweak relocs, pie linking with relaxation
#source: tls-3.s
#objdump: -DR -j .text -j .got -j .plt
#ld: -pie --relax
.*: file format elf.*frv.*
Disassembly of section \.text:
[0-9a-f ]+<_start>:
[0-9a-f ]+: 92 c8 f0 0c ldi @\(gr15,12\),gr9
[0-9a-f ]+: 00 88 00 00 nop\.p
[0-9a-f ]+: 80 88 00 00 nop
[0-9a-f ]+: 92 c8 f0 0c ldi @\(gr15,12\),gr9
[0-9a-f ]+: 80 88 00 00 nop
[0-9a-f ]+: 12 c8 f0 0c ldi\.p @\(gr15,12\),gr9
[0-9a-f ]+: 80 88 00 00 nop
[0-9a-f ]+: 80 88 00 00 nop
[0-9a-f ]+: 92 c8 f0 0c ldi @\(gr15,12\),gr9
[0-9a-f ]+: 00 88 00 00 nop\.p
[0-9a-f ]+: 80 88 00 00 nop
[0-9a-f ]+: 92 c8 f0 0c ldi @\(gr15,12\),gr9
Disassembly of section \.got:
[0-9a-f ]+<(__data_start|_GLOBAL_OFFSET_TABLE_)>:
\.\.\.
[0-9a-f ]+: R_FRV_TLSOFF u
|