From: Ian Lance Taylor Date: Mon, 10 Jul 1995 18:11:13 +0000 (+0000) Subject: * coff-i960.c (coff_i960_relocate): Correct typo: use ! on strcmp, X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=921fc2819c20f46c0ccafe79ab2c1e19fb2569ad;p=binutils-gdb.git * coff-i960.c (coff_i960_relocate): Correct typo: use ! on strcmp, not on string. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c98c08d612d..d7bb925398a 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -5,6 +5,9 @@ Mon Jul 10 11:45:55 1995 Ken Raeburn Mon Jul 10 11:09:58 1995 Ian Lance Taylor + * coff-i960.c (coff_i960_relocate): Correct typo: use ! on strcmp, + not on string. + * aoutx.h (NAME(aout,link_hash_table_create)): Allocate hash table using bfd_alloc, not malloc. * cofflink.c (_bfd_coff_link_hash_table_create): Likewise.