Issue relocation in RO section warning for -z text
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / bnd-plt-1.d
CommitLineData
0ff2b86e
L
1#source: bnd-branch-1.s
2#as: --64
d258b828 3#ld: -shared -melf_x86_64 -z bndplt
0ff2b86e
L
4#objdump: -dw
5
6.*: +file format .*
7
8
9Disassembly of section .plt:
10
110+2b0 <.plt>:
12[ ]*[a-f0-9]+: ff 35 82 01 20 00 pushq 0x200182\(%rip\) # 200438 <_GLOBAL_OFFSET_TABLE_\+0x8>
13[ ]*[a-f0-9]+: f2 ff 25 83 01 20 00 bnd jmpq \*0x200183\(%rip\) # 200440 <_GLOBAL_OFFSET_TABLE_\+0x10>
14[ ]*[a-f0-9]+: 0f 1f 00 nopl \(%rax\)
15[ ]*[a-f0-9]+: 68 00 00 00 00 pushq \$0x0
d258b828
IZ
16[ ]*[a-f0-9]+: f2 e9 e5 ff ff ff bnd jmpq 2b0 <foo2@plt-0x50>
17[ ]*[a-f0-9]+: 0f 1f 44 00 00 nopl 0x0\(%rax,%rax,1\)
0ff2b86e
L
18[ ]*[a-f0-9]+: 68 01 00 00 00 pushq \$0x1
19[ ]*[a-f0-9]+: f2 e9 d5 ff ff ff bnd jmpq 2b0 <foo2@plt-0x50>
20[ ]*[a-f0-9]+: 0f 1f 44 00 00 nopl 0x0\(%rax,%rax,1\)
21[ ]*[a-f0-9]+: 68 02 00 00 00 pushq \$0x2
22[ ]*[a-f0-9]+: f2 e9 c5 ff ff ff bnd jmpq 2b0 <foo2@plt-0x50>
23[ ]*[a-f0-9]+: 0f 1f 44 00 00 nopl 0x0\(%rax,%rax,1\)
24[ ]*[a-f0-9]+: 68 03 00 00 00 pushq \$0x3
d258b828
IZ
25[ ]*[a-f0-9]+: f2 e9 b5 ff ff ff bnd jmpq 2b0 <foo2@plt-0x50>
26[ ]*[a-f0-9]+: 0f 1f 44 00 00 nopl 0x0\(%rax,%rax,1\)
0ff2b86e
L
27
28Disassembly of section .plt.bnd:
29
300+300 <foo2@plt>:
d258b828
IZ
31[ ]*[a-f0-9]+: f2 ff 25 41 01 20 00 bnd jmpq \*0x200141\(%rip\) # 200448 <_GLOBAL_OFFSET_TABLE_\+0x18>
32[ ]*[a-f0-9]+: 90 nop
0ff2b86e
L
33
340+308 <foo3@plt>:
35[ ]*[a-f0-9]+: f2 ff 25 41 01 20 00 bnd jmpq \*0x200141\(%rip\) # 200450 <_GLOBAL_OFFSET_TABLE_\+0x20>
36[ ]*[a-f0-9]+: 90 nop
37
380+310 <foo1@plt>:
39[ ]*[a-f0-9]+: f2 ff 25 41 01 20 00 bnd jmpq \*0x200141\(%rip\) # 200458 <_GLOBAL_OFFSET_TABLE_\+0x28>
40[ ]*[a-f0-9]+: 90 nop
41
420+318 <foo4@plt>:
d258b828
IZ
43[ ]*[a-f0-9]+: f2 ff 25 41 01 20 00 bnd jmpq \*0x200141\(%rip\) # 200460 <_GLOBAL_OFFSET_TABLE_\+0x30>
44[ ]*[a-f0-9]+: 90 nop
0ff2b86e
L
45
46Disassembly of section .text:
47
480+320 <_start>:
49[ ]*[a-f0-9]+: f2 e9 ea ff ff ff bnd jmpq 310 <foo1@plt>
50[ ]*[a-f0-9]+: e8 d5 ff ff ff callq 300 <foo2@plt>
51[ ]*[a-f0-9]+: e9 d8 ff ff ff jmpq 308 <foo3@plt>
52[ ]*[a-f0-9]+: e8 e3 ff ff ff callq 318 <foo4@plt>
53[ ]*[a-f0-9]+: f2 e8 cd ff ff ff bnd callq 308 <foo3@plt>
54[ ]*[a-f0-9]+: e9 d8 ff ff ff jmpq 318 <foo4@plt>
55#pass
This page took 0.064455 seconds and 4 git commands to generate.