summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/Inputs/ppc64-func.s
blob: 745faf870e6beeb638451dd103d9b7287d09e30b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
    .text
    .abiversion 2
    .globl  foo_not_shared
    .p2align        4
    .type   foo_not_shared,@function

foo_not_shared:
.Lfunc_begin0:
  li 3, 55
  blr
  .long   0
  .quad   0
.Lfunc_end0:
  .size foo_not_shared, .Lfunc_end0-.Lfunc_begin0
OpenPOWER on IntegriCloud