]> git.saurik.com Git - apple/ld64.git/blame - unit-tests/test-cases/weak_import-addend/test.s
ld64-241.9.tar.gz
[apple/ld64.git] / unit-tests / test-cases / weak_import-addend / test.s
CommitLineData
afe874b1
A
1
2
3 .text
4_foo:
5#if __x86_64__
6 .weak_reference _malloc
7 .weak_reference _free
8 cmpq $0, _malloc@GOTPCREL(%rip)
9 cmpq $0xFFFF, _free@GOTPCREL(%rip)
10#endif
11 nop
12