zig/deps/lld/test/ELF/Inputs/shared-ppc64.s

15 lines
206 B
ArmAsm
Raw Normal View History

2018-08-05 05:47:16 +08:00
.text
.abiversion 2
.globl foo
.p2align 4
.type foo,@function
2018-08-05 05:47:16 +08:00
foo:
.Lfunc_begin0:
li 3, 55
blr
.long 0
.quad 0
.Lfunc_end0:
.size foo, .Lfunc_end0-.Lfunc_begin0