* targets.c (bfd_find_target): Remove debugging code.
This commit is contained in:
parent
8d2a09b0ca
commit
99062cfcc9
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Wed Sep 27 10:37:14 1995 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* targets.c (bfd_find_target): Remove debugging code.
|
||||
|
||||
Wed Sep 27 07:23:39 1995 Kim Knuttila <krk@nellie>
|
||||
|
||||
* coff-ppc.c, pe-ppc.c, pei-ppc.c: Initial bfd for coff/PE
|
||||
|
|
|
@ -821,7 +821,6 @@ bfd_find_target (target_name, abfd)
|
|||
}
|
||||
|
||||
bfd_set_error (bfd_error_invalid_target);
|
||||
fprintf(stderr,"Target = %s\n", target_name);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue