Update.
[platform/upstream/glibc.git] / sysdeps / powerpc / machine-gmon.h
similarity index 59%
rename from sysdeps/unix/sysv/linux/powerpc/_exit.S
rename to sysdeps/powerpc/machine-gmon.h
index a1ca375..ba53807 100644 (file)
@@ -1,5 +1,7 @@
-/* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
+/* PowerPC-specific implementation of profiling support.
+   Copyright (C) 1997 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
+   Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
 
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public License as
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-#include <sysdep.h>
+/* We need a special version of the `mcount' function because it has
+   to preserve more registers than your usual function.  */
 
-/* The 'exit' syscall does not return.  */
+void __mcount_internal (unsigned long frompc, unsigned long selfpc);
 
-       .text
-ENTRY(_exit)
-       DO_CALL (SYS_ify (exit))
-PSEUDO_END (_exit)
+#define _MCOUNT_DECL(frompc, selfpc) \
+void __mcount_internal (unsigned long frompc, unsigned long selfpc)
+
+
+/* Define MCOUNT as empty since we have the implementation in another
+   file.  */
+#define MCOUNT