ELF: Don't check relocations in non-loaded, non-alloced sections
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr21038a.d
CommitLineData
9e659176
L
1#name: PR ld/21038 (.plt.got)
2#as: --64
c2596c4a 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
9e659176
L
4#objdump: -dw -Wf
5
6.*: +file format .*
7
8Contents of the .eh_frame section:
9
100+ 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
fd161d86 230+18 0000000000000014 0000001c FDE cie=00000000 pc=00000000000001c8..00000000000001d4
9e659176
L
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
fd161d86 320+30 0000000000000024 00000034 FDE cie=00000000 pc=00000000000001b0..00000000000001c0
9e659176 33 DW_CFA_def_cfa_offset: 16
fd161d86 34 DW_CFA_advance_loc: 6 to 00000000000001b6
9e659176 35 DW_CFA_def_cfa_offset: 24
fd161d86 36 DW_CFA_advance_loc: 10 to 00000000000001c0
9e659176
L
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
fd161d86 430+58 0000000000000010 0000005c FDE cie=00000000 pc=00000000000001c0..00000000000001c8
9e659176
L
44 DW_CFA_nop
45 DW_CFA_nop
46 DW_CFA_nop
47
48
49Disassembly of section .plt:
50
fd161d86
AM
510+1b0 <.plt>:
52 +[a-f0-9]+: ff 35 52 0e 20 00 pushq 0x200e52\(%rip\) # 201008 <_GLOBAL_OFFSET_TABLE_\+0x8>
53 +[a-f0-9]+: f2 ff 25 53 0e 20 00 bnd jmpq \*0x200e53\(%rip\) # 201010 <_GLOBAL_OFFSET_TABLE_\+0x10>
9e659176
L
54 +[a-f0-9]+: 0f 1f 00 nopl \(%rax\)
55
56Disassembly of section .plt.got:
57
fd161d86
AM
580+1c0 <func@plt>:
59 +[a-f0-9]+: f2 ff 25 31 0e 20 00 bnd jmpq \*0x200e31\(%rip\) # 200ff8 <func>
9e659176
L
60 +[a-f0-9]+: 90 nop
61
62Disassembly of section .text:
63
fd161d86
AM
640+1c8 <foo>:
65 +[a-f0-9]+: e8 f3 ff ff ff callq 1c0 <func@plt>
66 +[a-f0-9]+: 48 8b 05 24 0e 20 00 mov 0x200e24\(%rip\),%rax # 200ff8 <func>
9e659176 67#pass
This page took 0.182531 seconds and 4 git commands to generate.