Browse Source

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

Eric Andersen 21 years ago
parent
commit
72029cf39b
1 changed files with 5 additions and 1 deletions
  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