projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d2a09b
)
* targets.c (bfd_find_target): Remove debugging code.
author
Ian Lance Taylor
<ian@airs.com>
Wed, 27 Sep 1995 14:38:03 +0000
(14:38 +0000)
committer
Ian Lance Taylor
<ian@airs.com>
Wed, 27 Sep 1995 14:38:03 +0000
(14:38 +0000)
bfd/ChangeLog
patch
|
blob
|
history
bfd/targets.c
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index 5b45aa9eae9f8c6ec5d1b11da76b0cfba401e1e0..6f3d6ac7f2076e79dafbaef0d522f25b03f67522 100644
(file)
--- a/
bfd/ChangeLog
+++ b/
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
diff --git
a/bfd/targets.c
b/bfd/targets.c
index d39b2667c10bde5dc4aa4181cd979787b9371052..f08e28518fdd9d86e10d7adf6a8b7625f8967912 100644
(file)
--- a/
bfd/targets.c
+++ b/
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;
}