aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-x86-64/sframe-plt-1.d
blob: 9d123a73826dfc9c828f7d378df87cdaa9177a73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#as: --gsframe
#source: sframe-foo.s
#source: sframe-bar.s
#objdump: --sframe=.sframe
#ld: -shared
#name: SFrame for plt0 and pltN

.*: +file format .*

Contents of the SFrame section .sframe:
  Header :

    Version: SFRAME_VERSION_2
    Flags: SFRAME_F_FDE_SORTED
    CFA fixed RA offset: \-8
#...

  Function Index :

    func idx \[0\]: pc = 0x1000, size = 16 bytes
    STARTPC +CFA +FP +RA +
    0+1000 +sp\+16 +u +u +
    0+1006 +sp\+24 +u +u +

    func idx \[1\]: pc = 0x1010, size = 16 bytes
    STARTPC\[m\] +CFA +FP +RA +
    0+0000 +sp\+8 +u +u +
    0+000b +sp\+16 +u +u +

#...