forked from Imagelibrary/binutils-gdb
* dummy.c (find_call): Clear ignore_direct_calls.
This commit is contained in:
@@ -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>
|
||||
|
||||
* 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",
|
||||
whoami);
|
||||
|
||||
/* Don't give the error more than once. */
|
||||
ignore_direct_calls = FALSE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user