diff options
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/gprof/arm.c (renamed from usr.bin/gprof/arm32.c) | 6 | ||||
-rw-r--r-- | usr.bin/gprof/arm.h (renamed from usr.bin/gprof/arm32.h) | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/usr.bin/gprof/arm32.c b/usr.bin/gprof/arm.c index d9b8a0a1eef..044fb49886b 100644 --- a/usr.bin/gprof/arm32.c +++ b/usr.bin/gprof/arm.c @@ -1,8 +1,8 @@ -/* $OpenBSD: arm32.c,v 1.3 2001/03/22 05:18:30 mickey Exp $ */ +/* $OpenBSD: arm.c,v 1.1 2004/01/29 04:22:47 drahn Exp $ */ /* $NetBSD: arm32.c,v 1.1 1996/04/01 21:51:22 mark Exp $ */ #ifndef lint -static char rcsid[] = "$OpenBSD: arm32.c,v 1.3 2001/03/22 05:18:30 mickey Exp $"; +static char rcsid[] = "$OpenBSD: arm.c,v 1.1 2004/01/29 04:22:47 drahn Exp $"; #endif /* not lint */ #include "gprof.h" @@ -10,6 +10,8 @@ static char rcsid[] = "$OpenBSD: arm32.c,v 1.3 2001/03/22 05:18:30 mickey Exp $" /* * gprof -c isn't currently supported... */ + +/* XXX */ void findcall( parentp , p_lowpc , p_highpc ) nltype *parentp; diff --git a/usr.bin/gprof/arm32.h b/usr.bin/gprof/arm.h index 1d8f889a46e..090ee95e5e8 100644 --- a/usr.bin/gprof/arm32.h +++ b/usr.bin/gprof/arm.h @@ -1,4 +1,4 @@ -/* $OpenBSD: arm32.h,v 1.3 2003/06/03 02:56:08 millert Exp $ */ +/* $OpenBSD: arm.h,v 1.1 2004/01/29 04:22:47 drahn Exp $ */ /* $NetBSD: arm32.h,v 1.1 1996/04/01 21:51:26 mark Exp $ */ /*- |