x86-64: Rename .plt.bnd to .plt.sec
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / bnd-ifunc-2-now.d
CommitLineData
38b12349
L
1#source: bnd-ifunc-2.s
2#as: --64 -madd-bnd-prefix
3#ld: -z now -shared -melf_x86_64 -z bndplt
4#objdump: -dw
5
6.*: +file format .*
7
8
9Disassembly of section .plt:
10
110+2b0 <.plt>:
dc2be3d2
L
12 +[a-f0-9]+: ff 35 9a 01 20 00 pushq 0x20019a\(%rip\) # 200450 <_GLOBAL_OFFSET_TABLE_\+0x8>
13 +[a-f0-9]+: f2 ff 25 9b 01 20 00 bnd jmpq \*0x20019b\(%rip\) # 200458 <_GLOBAL_OFFSET_TABLE_\+0x10>
38b12349 14 +[a-f0-9]+: 0f 1f 00 nopl \(%rax\)
dc2be3d2 15 +[a-f0-9]+: 68 03 00 00 00 pushq \$0x3
38b12349
L
16 +[a-f0-9]+: f2 e9 e5 ff ff ff bnd jmpq 2b0 <.plt>
17 +[a-f0-9]+: 0f 1f 44 00 00 nopl 0x0\(%rax,%rax,1\)
18 +[a-f0-9]+: 68 00 00 00 00 pushq \$0x0
19 +[a-f0-9]+: f2 e9 d5 ff ff ff bnd jmpq 2b0 <.plt>
20 +[a-f0-9]+: 0f 1f 44 00 00 nopl 0x0\(%rax,%rax,1\)
dc2be3d2
L
21 +[a-f0-9]+: 68 01 00 00 00 pushq \$0x1
22 +[a-f0-9]+: f2 e9 c5 ff ff ff bnd jmpq 2b0 <.plt>
23 +[a-f0-9]+: 0f 1f 44 00 00 nopl 0x0\(%rax,%rax,1\)
24 +[a-f0-9]+: 68 02 00 00 00 pushq \$0x2
25 +[a-f0-9]+: f2 e9 b5 ff ff ff bnd jmpq 2b0 <.plt>
26 +[a-f0-9]+: 0f 1f 44 00 00 nopl 0x0\(%rax,%rax,1\)
38b12349 27
f2c29a16 28Disassembly of section .plt.sec:
38b12349 29
dc2be3d2
L
300+300 <\*ABS\*\+0x32c@plt>:
31 +[a-f0-9]+: f2 ff 25 59 01 20 00 bnd jmpq \*0x200159\(%rip\) # 200460 <_GLOBAL_OFFSET_TABLE_\+0x18>
38b12349
L
32 +[a-f0-9]+: 90 nop
33
dc2be3d2
L
340+308 <func1@plt>:
35 +[a-f0-9]+: f2 ff 25 59 01 20 00 bnd jmpq \*0x200159\(%rip\) # 200468 <func1>
38b12349
L
36 +[a-f0-9]+: 90 nop
37
dc2be3d2
L
380+310 <func2@plt>:
39 +[a-f0-9]+: f2 ff 25 59 01 20 00 bnd jmpq \*0x200159\(%rip\) # 200470 <func2>
38b12349
L
40 +[a-f0-9]+: 90 nop
41
dc2be3d2
L
420+318 <\*ABS\*\+0x320@plt>:
43 +[a-f0-9]+: f2 ff 25 59 01 20 00 bnd jmpq \*0x200159\(%rip\) # 200478 <_GLOBAL_OFFSET_TABLE_\+0x30>
38b12349
L
44 +[a-f0-9]+: 90 nop
45
46Disassembly of section .text:
47
dc2be3d2
L
480+320 <resolve1>:
49 +[a-f0-9]+: f2 e8 e2 ff ff ff bnd callq 308 <func1@plt>
38b12349 50
dc2be3d2
L
510+326 <g1>:
52 +[a-f0-9]+: f2 e9 ec ff ff ff bnd jmpq 318 <\*ABS\*\+0x320@plt>
38b12349 53
dc2be3d2
L
540+32c <resolve2>:
55 +[a-f0-9]+: f2 e8 de ff ff ff bnd callq 310 <func2@plt>
38b12349 56
dc2be3d2
L
570+332 <g2>:
58 +[a-f0-9]+: f2 e9 c8 ff ff ff bnd jmpq 300 <\*ABS\*\+0x32c@plt>
38b12349 59#pass
This page took 0.031835 seconds and 4 git commands to generate.