[OptTable] Fix typo VALUE => VALUES (NFCI) (#121523)
[llvm-project.git] / lld / test / COFF / Inputs / gnu-implib-func.s
blob5f37ee1cd2230a34e475495f25d78b3d86b6c599
1 .text
2 .global func
3 .global __imp_func
4 func:
5 jmp *__imp_func
7 # The data that is emitted into .idata$7 here is isn't needed for
8 # the import data structures, but we need to emit something which
9 # produces a relocation against _head_test_lib, to pull in the
10 # header and trailer objects.
12 .section .idata$7
13 .rva _head_test_lib
15 .section .idata$5
16 __imp_func:
17 .rva .Lhint_name
18 .long 0
20 .section .idata$4
21 .rva .Lhint_name
22 .long 0
24 .section .idata$6
25 .Lhint_name:
26 .short 0
27 .asciz "func"