summaryrefslogtreecommitdiff
path: root/usr.bin/gprof
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2013-10-19 13:51:41 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2013-10-19 13:51:41 +0000
commit297282c11fd855a31b783ffdbc18e0e867564c46 (patch)
treee6d615c23bb37d0ea3dd4c61b14fecc8c5fb638d /usr.bin/gprof
parent86c053f2f5cf5c919c9cab255cc74aef2894d353 (diff)
a.out went away
Diffstat (limited to 'usr.bin/gprof')
-rw-r--r--usr.bin/gprof/gprof.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/gprof/gprof.h b/usr.bin/gprof/gprof.h
index ef66991b474..f9288f3c480 100644
--- a/usr.bin/gprof/gprof.h
+++ b/usr.bin/gprof/gprof.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: gprof.h,v 1.13 2007/12/09 19:51:30 espie Exp $ */
+/* $OpenBSD: gprof.h,v 1.14 2013/10/19 13:51:40 deraadt Exp $ */
/* $NetBSD: gprof.h,v 1.13 1996/04/01 21:54:06 mark Exp $ */
/*
@@ -296,8 +296,7 @@ int totalcmp(nltype **, nltype **);
#define TALLYDEBUG 8
#define TIMEDEBUG 16
#define SAMPLEDEBUG 32
-#define AOUTDEBUG 64
-#define ELFDEBUG AOUTDEBUG
+#define ELFDEBUG 64
#define CALLDEBUG 128
#define LOOKUPDEBUG 256
#define PROPDEBUG 512