blob: 4aa6bc46a415e7b0c31a5ac128bdf891d2e693b0 [file] [log] [blame]
.syntax unified
.text
.thumb
.globl Weak
.weak Weak
.thumb_func
.type Weak, %function
Weak:
b Strong
.size Weak, .-Weak
.globl Strong
.type Strong, %function
Strong:
b Random
b Weak
.size Strong, .-Strong