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, 0 insertions, 13 deletions
diff --git a/test/COFF/Inputs/gnu-implib-head.s b/test/COFF/Inputs/gnu-implib-head.s deleted file mode 100644 index b32acf0d6f3dc..0000000000000 --- a/test/COFF/Inputs/gnu-implib-head.s +++ /dev/null @@ -1,13 +0,0 @@ - .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: |