* dummy.c (find_call): Clear ignore_direct_calls.
This commit is contained in:
parent
1bb1df85cb
commit
9edcbc03f8
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Thu Jan 16 17:42:54 1997 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
|
* dummy.c (find_call): Clear ignore_direct_calls.
|
||||||
|
|
||||||
Tue Dec 31 15:44:10 1996 Ian Lance Taylor <ian@cygnus.com>
|
Tue Dec 31 15:44:10 1996 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
* Makefile.in (.c.o): Add -D_GNU_SOURCE. Put $(CFLAGS) at the
|
* Makefile.in (.c.o): Add -D_GNU_SOURCE. Put $(CFLAGS) at the
|
||||||
|
|
|
@ -13,4 +13,7 @@ DEFUN (find_call, (parent, p_lowpc, p_highpc),
|
||||||
{
|
{
|
||||||
fprintf (stderr, "%s: -c not supported on this machine architecture\n",
|
fprintf (stderr, "%s: -c not supported on this machine architecture\n",
|
||||||
whoami);
|
whoami);
|
||||||
|
|
||||||
|
/* Don't give the error more than once. */
|
||||||
|
ignore_direct_calls = FALSE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue