Support different ld --hash-style in the ld testsuite
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / bnd-branch-1-now.d
1 #source: bnd-branch-1.s
2 #as: --64
3 #ld: -z now -shared -melf_x86_64 --hash-style=sysv
4 #objdump: -dw
5
6 .*: +file format .*
7
8
9 Disassembly of section .plt:
10
11 0+290 <.plt>:
12 +[a-f0-9]+: ff 35 82 01 20 00 pushq 0x200182\(%rip\) # 200418 <_GLOBAL_OFFSET_TABLE_\+0x8>
13 +[a-f0-9]+: ff 25 84 01 20 00 jmpq \*0x200184\(%rip\) # 200420 <_GLOBAL_OFFSET_TABLE_\+0x10>
14 +[a-f0-9]+: 0f 1f 40 00 nopl 0x0\(%rax\)
15
16 0+2a0 <foo2@plt>:
17 +[a-f0-9]+: ff 25 82 01 20 00 jmpq \*0x200182\(%rip\) # 200428 <foo2>
18 +[a-f0-9]+: 68 00 00 00 00 pushq \$0x0
19 +[a-f0-9]+: e9 e0 ff ff ff jmpq 290 <.plt>
20
21 0+2b0 <foo3@plt>:
22 +[a-f0-9]+: ff 25 7a 01 20 00 jmpq \*0x20017a\(%rip\) # 200430 <foo3>
23 +[a-f0-9]+: 68 01 00 00 00 pushq \$0x1
24 +[a-f0-9]+: e9 d0 ff ff ff jmpq 290 <.plt>
25
26 0+2c0 <foo1@plt>:
27 +[a-f0-9]+: ff 25 72 01 20 00 jmpq \*0x200172\(%rip\) # 200438 <foo1>
28 +[a-f0-9]+: 68 02 00 00 00 pushq \$0x2
29 +[a-f0-9]+: e9 c0 ff ff ff jmpq 290 <.plt>
30
31 0+2d0 <foo4@plt>:
32 +[a-f0-9]+: ff 25 6a 01 20 00 jmpq \*0x20016a\(%rip\) # 200440 <foo4>
33 +[a-f0-9]+: 68 03 00 00 00 pushq \$0x3
34 +[a-f0-9]+: e9 b0 ff ff ff jmpq 290 <.plt>
35
36 Disassembly of section .text:
37
38 0+2e0 <_start>:
39 +[a-f0-9]+: f2 e9 da ff ff ff bnd jmpq 2c0 <foo1@plt>
40 +[a-f0-9]+: e8 b5 ff ff ff callq 2a0 <foo2@plt>
41 +[a-f0-9]+: e9 c0 ff ff ff jmpq 2b0 <foo3@plt>
42 +[a-f0-9]+: e8 db ff ff ff callq 2d0 <foo4@plt>
43 +[a-f0-9]+: f2 e8 b5 ff ff ff bnd callq 2b0 <foo3@plt>
44 +[a-f0-9]+: e9 d0 ff ff ff jmpq 2d0 <foo4@plt>
45 #pass
This page took 0.030318 seconds and 4 git commands to generate.