x86-64: Use MAXPAGESIZE for the relro segment alignment
[binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr21038b.d
1 #name: PR ld/21038 (.plt.sec)
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
11 0+ 0000000000000014 00000000 CIE
12 Version: 1
13 Augmentation: "zR"
14 Code alignment factor: 1
15 Data alignment factor: -8
16 Return address column: 16
17 Augmentation data: 1b
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=00000000000001d8..00000000000001dd
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..00000000000001d0
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=00000000000001d0..00000000000001d8
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 fe 3f 00 push 0x3ffe52\(%rip\) # 400008 <_GLOBAL_OFFSET_TABLE_\+0x8>
53 +[a-f0-9]+: f2 ff 25 53 fe 3f 00 bnd jmp \*0x3ffe53\(%rip\) # 400010 <_GLOBAL_OFFSET_TABLE_\+0x10>
54 +[a-f0-9]+: 0f 1f 00 nopl \(%rax\)
55 +[a-f0-9]+: 68 00 00 00 00 push \$0x0
56 +[a-f0-9]+: f2 e9 e5 ff ff ff bnd jmp 1b0 <func@plt-0x20>
57 +[a-f0-9]+: 0f 1f 44 00 00 nopl 0x0\(%rax,%rax,1\)
58
59 Disassembly of section .plt.sec:
60
61 0+1d0 <func@plt>:
62 +[a-f0-9]+: f2 ff 25 41 fe 3f 00 bnd jmp \*0x3ffe41\(%rip\) # 400018 <func>
63 +[a-f0-9]+: 90 nop
64
65 Disassembly of section .text:
66
67 0+1d8 <foo>:
68 +[a-f0-9]+: e8 f3 ff ff ff call 1d0 <func@plt>
69 #pass