Browse Source

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

Eric Andersen 23 năm trước cách đây
mục cha
commit
72029cf39b
1 tập tin đã thay đổi với 5 bổ sung1 xóa
  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