Always create PLT eh_frame section for i386/x86-64
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / eh4.d
1 #source: eh4.s
2 #source: eh4a.s
3 #as: --64
4 #ld: -melf_x86_64 -shared -Ttext 0x400
5 #readelf: -wf
6 #notarget: x86_64-*-linux-gnux32
7 #target: x86_64-*-*
8
9 Contents of the .eh_frame section:
10
11 00000000 00000014 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
19 DW_CFA_def_cfa: r7 \(rsp\) ofs 8
20 DW_CFA_offset: r16 \(rip\) at cfa-8
21 DW_CFA_nop
22 DW_CFA_nop
23
24 00000018 00000014 0000001c FDE cie=00000000 pc=00000400..00000413
25 DW_CFA_set_loc: 00000404
26 DW_CFA_def_cfa_offset: 80
27
28 00000030 00000014 00000034 FDE cie=00000000 pc=00000413..00000426
29 DW_CFA_set_loc: 00000417
30 DW_CFA_def_cfa_offset: 80
31
32 00000048 00000024 0000004c FDE cie=00000000 pc=00000240..00000260
33 DW_CFA_def_cfa_offset: 16
34 DW_CFA_advance_loc: 6 to 00000246
35 DW_CFA_def_cfa_offset: 24
36 DW_CFA_advance_loc: 10 to 00000250
37 DW_CFA_def_cfa_expression \(DW_OP_breg7 \(rsp\): 8; DW_OP_breg16 \(rip\): 0; DW_OP_lit15; DW_OP_and; DW_OP_lit11; 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 00000070 ZERO terminator
44 #pass
45
This page took 0.031992 seconds and 4 git commands to generate.