diff options
Diffstat (limited to 'test/pecoff/Inputs/executable.s')
| -rw-r--r-- | test/pecoff/Inputs/executable.s | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/test/pecoff/Inputs/executable.s b/test/pecoff/Inputs/executable.s deleted file mode 100644 index 1c58f7331b26..000000000000 --- a/test/pecoff/Inputs/executable.s +++ /dev/null @@ -1,17 +0,0 @@ - -# void mainCRTStartup(){} - - .syntax unified - .thumb - .text - - .def mainCRTStartup - .scl 2 - .type 32 - .endef - .global mainCRTStartup - .align 2 - .thumb_func -mainCRTStartup: - bx lr - |
