aboutsummaryrefslogtreecommitdiff
path: root/gprof/tahoe.c
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1998-04-28 23:52:20 +0000
committerIan Lance Taylor <ian@airs.com>1998-04-28 23:52:20 +0000
commit43870aec5efd34c46f8d7d8422291030c5048fd8 (patch)
tree57b11d57a3ffa07425ef44bf0dcd7504792f1133 /gprof/tahoe.c
parentbfde75f7e3846ec59ea36dcb07bb3f08924890a3 (diff)
downloadfsf-binutils-gdb-43870aec5efd34c46f8d7d8422291030c5048fd8.zip
fsf-binutils-gdb-43870aec5efd34c46f8d7d8422291030c5048fd8.tar.gz
fsf-binutils-gdb-43870aec5efd34c46f8d7d8422291030c5048fd8.tar.bz2
* corefile.c: Rename from core.c.
* corefile.h: Rename from core.h. * Many .c files: Include corefile.h rather than core.h. * Makefile.am (sources): Change core.c to corefile.c. (noinst_HEADERS): Change core.h to corefile.h. ($(OBJECTS)): Depend upon corefile.h rather than core.h. (corefile.o): Rename target from core.o, depend upon corefile.c. * Makefile.in, po/POTFILES.in: Rebuild.
Diffstat (limited to 'gprof/tahoe.c')
-rw-r--r--gprof/tahoe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/tahoe.c b/gprof/tahoe.c
index 3bcd3c5..55db278 100644
--- a/gprof/tahoe.c
+++ b/gprof/tahoe.c
@@ -18,7 +18,7 @@
*/
#include "gprof.h"
#include "cg_arcs.h"
-#include "core.h"
+#include "corefile.h"
#include "hist.h"
#include "symtab.h"