Browse Source

* targets.c (bfd_find_target): Remove debugging code.

gdb-4_18-branch
Ian Lance Taylor 31 years ago
parent
commit
99062cfcc9
  1. 4
      bfd/ChangeLog
  2. 1
      bfd/targets.c

4
bfd/ChangeLog

@ -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

1
bfd/targets.c

@ -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…
Cancel
Save