aboutsummaryrefslogtreecommitdiff
path: root/gprof/dummy.c
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1995-10-06 20:51:43 +0000
committerKen Raeburn <raeburn@cygnus>1995-10-06 20:51:43 +0000
commit869b94c5f6b6ea5f7bda1f2e8bc79c1f7ee6b61a (patch)
treebb2b94704639bf1e9fd7109f11c8bc2a86845015 /gprof/dummy.c
parent5740d9dfb623f4486bed61cbec30d46f863e064e (diff)
downloadgdb-869b94c5f6b6ea5f7bda1f2e8bc79c1f7ee6b61a.zip
gdb-869b94c5f6b6ea5f7bda1f2e8bc79c1f7ee6b61a.tar.gz
gdb-869b94c5f6b6ea5f7bda1f2e8bc79c1f7ee6b61a.tar.bz2
Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* 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.
Diffstat (limited to 'gprof/dummy.c')
-rw-r--r--gprof/dummy.c2
1 files changed, 1 insertions, 1 deletions
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);
}