* targets.c (bfd_find_target): Remove debugging code.
authorIan Lance Taylor <ian@airs.com>
Wed, 27 Sep 1995 14:38:03 +0000 (14:38 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 27 Sep 1995 14:38:03 +0000 (14:38 +0000)
bfd/ChangeLog
bfd/targets.c

index 5b45aa9eae9f8c6ec5d1b11da76b0cfba401e1e0..6f3d6ac7f2076e79dafbaef0d522f25b03f67522 100644 (file)
@@ -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 
index d39b2667c10bde5dc4aa4181cd979787b9371052..f08e28518fdd9d86e10d7adf6a8b7625f8967912 100644 (file)
@@ -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;
 }
 
This page took 0.028565 seconds and 4 git commands to generate.