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

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