From 707cf3115f060fe385a253b08badd701d3caea42 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Tue, 9 Jan 2024 18:40:22 -0800 Subject: working gitignore --- build/macros.s | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 build/macros.s (limited to 'build/macros.s') diff --git a/build/macros.s b/build/macros.s deleted file mode 100644 index 16d3555..0000000 --- a/build/macros.s +++ /dev/null @@ -1,26 +0,0 @@ - .file "macros.c" - .text - .section .rodata.str1.1,"aMS",@progbits,1 -.LC0: - .string "ERROR: %s\n" - .text - .p2align 4 - .globl die - .type die, @function -die: -.LFB22: - .cfi_startproc - subq $8, %rsp - .cfi_def_cfa_offset 16 - movq %rdi, %rdx - movq stderr(%rip), %rdi - xorl %eax, %eax - leaq .LC0(%rip), %rsi - call fprintf@PLT - movl $1, %edi - call exit@PLT - .cfi_endproc -.LFE22: - .size die, .-die - .ident "GCC: (GNU) 13.2.1 20230801" - .section .note.GNU-stack,"",@progbits -- cgit