]> git.ipfire.org Git - thirdparty/glibc.git/blame - sysdeps/alpha/machine-gmon.h
Fix type of second argument.
[thirdparty/glibc.git] / sysdeps / alpha / machine-gmon.h
CommitLineData
95a89bf3 1/* Machine-specific calling sequence for `mcount' profiling function. alpha
b1691e6d 2Copyright (C) 1995, 1996 Free Software Foundation, Inc.
95a89bf3
RM
3This file is part of the GNU C Library.
4
5The GNU C Library is free software; you can redistribute it and/or
6modify it under the terms of the GNU Library General Public License as
7published by the Free Software Foundation; either version 2 of the
8License, or (at your option) any later version.
9
10The GNU C Library is distributed in the hope that it will be useful,
11but WITHOUT ANY WARRANTY; without even the implied warranty of
12MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13Library General Public License for more details.
14
15You should have received a copy of the GNU Library General Public
16License along with the GNU C Library; see the file COPYING.LIB. If
17not, write to the Free Software Foundation, Inc., 675 Mass Ave,
18Cambridge, MA 02139, USA. */
19
b1691e6d
UD
20#define _MCOUNT_DECL(from, self) \
21 void __mcount (u_long from, u_long self)
95a89bf3
RM
22
23/* Call __mcount with our the return PC for our caller, and the return
24 PC our caller will return to. Empty since we use an assembly stub
25 instead. */
26#define MCOUNT