and r0, r0, r1
RETINSTR(mov, pc, r14)
PSEUDO_END (__fork)
+strong_alias (__fork, __GI___fork)
weak_alias (__fork, fork)
-/* Copyright (C) 1993, 1995, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1993, 1995, 1997, 2002 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Brendan Kehoe (brendan@zen.org).
cmovne a4, 0, v0
ret
.end __fork
+strong_alias (__fork, __GI___fork)
weak_alias (__fork, fork)
-/* Copyright (C) 1992, 1995, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1992, 1995, 1997, 2002 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Brendan Kehoe (brendan@zen.org).
parent:
ret
.end __fork
+strong_alias (__fork, __GI___fork)
weak_alias (__fork, fork)