From 869b94c5f6b6ea5f7bda1f2e8bc79c1f7ee6b61a Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Fri, 6 Oct 1995 20:51:43 +0000 Subject: Mon Sep 25 22:49:32 1995 Andreas Schwab * Makefile.in: Add dependecies for $(OBJS) on header files. * cg_print.c (print_cycle, print_members, cg_print_index): Fix new style output format to make it consistent. * dummy.c (find_call): Fix typo in error message. --- gprof/dummy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gprof/dummy.c') diff --git a/gprof/dummy.c b/gprof/dummy.c index db7d749..ca602df 100644 --- a/gprof/dummy.c +++ b/gprof/dummy.c @@ -11,6 +11,6 @@ void DEFUN (find_call, (parent, p_lowpc, p_highpc), Sym * parent AND bfd_vma p_lowpc AND bfd_vma p_highpc) { - fprintf (stderr, "%s: -c supported on this machine architecture\n", + fprintf (stderr, "%s: -c not supported on this machine architecture\n", whoami); } -- cgit v1.1