x86: avoid attaching suffixes to unambiguous insns
[binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr21038a.d
1 #name: PR ld/21038 (.plt.got)
2 #as: --64
3 #ld: -z bndplt -melf_x86_64 -shared -z relro --ld-generated-unwind-info --hash-style=sysv -z max-page-size=0x200000 -z noseparate-code
4 #objdump: -dw -Wf
5
6 .*: +file format .*
7
8 Contents of the .eh_frame section:
9
10 0+ 0000000000000014 00000000 CIE
11 Version: 1
12 Augmentation: "zR"
13 Code alignment factor: 1
14 Data alignment factor: -8
15 Return address column: 16
16 Augmentation data: 1b
17
18 DW_CFA_def_cfa: r7 \(rsp\) ofs 8
19 DW_CFA_offset: r16 \(rip\) at cfa-8
20 DW_CFA_nop
21 DW_CFA_nop
22
23 0+18 0000000000000014 0000001c FDE cie=00000000 pc=00000000000001c8..00000000000001d4
24 DW_CFA_nop
25 DW_CFA_nop
26 DW_CFA_nop
27 DW_CFA_nop
28 DW_CFA_nop
29 DW_CFA_nop
30 DW_CFA_nop
31
32 0+30 0000000000000024 00000034 FDE cie=00000000 pc=00000000000001b0..00000000000001c0
33 DW_CFA_def_cfa_offset: 16
34 DW_CFA_advance_loc: 6 to 00000000000001b6
35 DW_CFA_def_cfa_offset: 24
36 DW_CFA_advance_loc: 10 to 00000000000001c0
37 DW_CFA_def_cfa_expression \(DW_OP_breg7 \(rsp\): 8; DW_OP_breg16 \(rip\): 0; DW_OP_lit15; DW_OP_and; DW_OP_lit5; DW_OP_ge; DW_OP_lit3; DW_OP_shl; DW_OP_plus\)
38 DW_CFA_nop
39 DW_CFA_nop
40 DW_CFA_nop
41 DW_CFA_nop
42
43 0+58 0000000000000010 0000005c FDE cie=00000000 pc=00000000000001c0..00000000000001c8
44 DW_CFA_nop
45 DW_CFA_nop
46 DW_CFA_nop
47
48
49 Disassembly of section .plt:
50
51 0+1b0 <.plt>:
52 +[a-f0-9]+: ff 35 52 0e 20 00 push 0x200e52\(%rip\) # 201008 <_GLOBAL_OFFSET_TABLE_\+0x8>
53 +[a-f0-9]+: f2 ff 25 53 0e 20 00 bnd jmp \*0x200e53\(%rip\) # 201010 <_GLOBAL_OFFSET_TABLE_\+0x10>
54 +[a-f0-9]+: 0f 1f 00 nopl \(%rax\)
55
56 Disassembly of section .plt.got:
57
58 0+1c0 <func@plt>:
59 +[a-f0-9]+: f2 ff 25 31 0e 20 00 bnd jmp \*0x200e31\(%rip\) # 200ff8 <func>
60 +[a-f0-9]+: 90 nop
61
62 Disassembly of section .text:
63
64 0+1c8 <foo>:
65 +[a-f0-9]+: e8 f3 ff ff ff call 1c0 <func@plt>
66 +[a-f0-9]+: 48 8b 05 24 0e 20 00 mov 0x200e24\(%rip\),%rax # 200ff8 <func>
67 #pass