Explorar o código

Don't use ENTRY(), make the asm explicit
-Erik

Eric Andersen %!s(int64=23) %!d(string=hai) anos
pai
achega
72029cf39b
Modificáronse 1 ficheiros con 5 adicións e 1 borrados
  1. 5 1
      libc/sysdeps/linux/sh/clone.S

+ 5 - 1
libc/sysdeps/linux/sh/clone.S

@@ -29,7 +29,11 @@
         .text
 .extern __syscall_error
 
-ENTRY(__clone)
+.text
+.align 5
+.type	__clone,@function
+.globl	__clone;
+__clone:
 	/* sanity check arguments.  */
 	tst	r4, r4
 	bf/s	1f