diff options
Diffstat (limited to 'test/COFF/Inputs/gnu-implib-head.s')
-rw-r--r-- | test/COFF/Inputs/gnu-implib-head.s | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/COFF/Inputs/gnu-implib-head.s b/test/COFF/Inputs/gnu-implib-head.s new file mode 100644 index 0000000000000..b32acf0d6f3dc --- /dev/null +++ b/test/COFF/Inputs/gnu-implib-head.s @@ -0,0 +1,13 @@ + .section .idata$2 + .global _head_test_lib +_head_test_lib: + .rva hname + .long 0 + .long 0 + .rva __test_lib_iname + .rva fthunk + + .section .idata$5 +fthunk: + .section .idata$4 +hname: |