scc-patches

scc patches
Log | Files | Refs | README

0007-Remove-_write.s-as-it-is-generated-by-gensys.sh.patch (785B)


      1 From 485aec66e8c50dce037cc0daf5d582ddccad1312 Mon Sep 17 00:00:00 2001
      2 From: zerous Naveen Narayanan <zerous@nocebo.space>
      3 Date: Sun, 3 Nov 2019 14:37:44 +0100
      4 Subject: [PATCH 07/10] Remove _write.s as it is generated by gensys.sh
      5 
      6 ---
      7  src/libc/arch/i386/linux/_write.s | 13 -------------
      8  1 file changed, 13 deletions(-)
      9  delete mode 100644 src/libc/arch/i386/linux/_write.s
     10 
     11 diff --git a/src/libc/arch/i386/linux/_write.s b/src/libc/arch/i386/linux/_write.s
     12 deleted file mode 100644
     13 index 2c30050f..00000000
     14 --- a/src/libc/arch/i386/linux/_write.s
     15 +++ /dev/null
     16 @@ -1,13 +0,0 @@
     17 -	.file	"_write.s"
     18 -
     19 -	.globl	_write
     20 -_write:
     21 -	pushl	%ebp
     22 -	movl	%esp,%ebp
     23 -	movl	8(%ebp),%ebx
     24 -	movl	12(%ebp),%ecx
     25 -	movl	16(%ebp),%edx
     26 -	movl	$4,%eax
     27 -	int	$0x80
     28 -	popl	%ebp
     29 -	jmp	_cerrno
     30 -- 
     31 2.23.0
     32