zig/deps/lld/test/ELF/Inputs/verdef-defaultver.s

26 lines
211 B
ArmAsm
Raw Normal View History

2018-01-18 06:29:21 +08:00
.global b@V1
b@V1 = b_1
2018-01-18 06:29:21 +08:00
.global b@@V2
b@@V2 = b_2
.globl a
.type a,@function
a:
retq
.globl b_1
.type b_1,@function
b_1:
retq
.globl b_2
.type b_2,@function
b_2:
retq
.globl c
.type c,@function
c:
retq