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.
This commit is contained in:
Ken Raeburn
1995-10-06 20:51:43 +00:00
parent 5740d9dfb6
commit 869b94c5f6
4 changed files with 39 additions and 7 deletions

View File

@@ -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);
}