]> git.saurik.com Git - apple/ld64.git/blame - unit-tests/test-cases/weak-def-auto-hide/other.s
ld64-409.12.tar.gz
[apple/ld64.git] / unit-tests / test-cases / weak-def-auto-hide / other.s
CommitLineData
a645023d
A
1
2
3 .text
afe874b1
A
4 .align 4
5
a645023d
A
6 .globl _my_weak
7 .weak_def_can_be_hidden _my_weak
8_my_weak: nop
9 nop
10
11
12 .globl _my_other_weak
13 .weak_def_can_be_hidden _my_other_weak
14_my_other_weak: nop
15 nop
16