From 72029cf39b801314ff1cf562b9b0521439063bff Mon Sep 17 00:00:00 2001
From: Eric Andersen <andersen@codepoet.org>
Date: Mon, 4 Nov 2002 19:52:28 +0000
Subject: Don't use ENTRY(), make the asm explicit  -Erik

---
 libc/sysdeps/linux/sh/clone.S | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

(limited to 'libc')

diff --git a/libc/sysdeps/linux/sh/clone.S b/libc/sysdeps/linux/sh/clone.S
index 95ae6647c..ed0357cbc 100644
--- a/libc/sysdeps/linux/sh/clone.S
+++ b/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
-- 
cgit v1.2.3