diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-07-10 18:11:13 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-07-10 18:11:13 +0000 |
commit | 921fc2819c20f46c0ccafe79ab2c1e19fb2569ad (patch) | |
tree | 7db1ab6ee8a97aec79f57549e345ed296dc9d585 /bfd | |
parent | e336470145cab9956a5e780edcc85f2471aadc36 (diff) | |
download | gdb-921fc2819c20f46c0ccafe79ab2c1e19fb2569ad.zip gdb-921fc2819c20f46c0ccafe79ab2c1e19fb2569ad.tar.gz gdb-921fc2819c20f46c0ccafe79ab2c1e19fb2569ad.tar.bz2 |
* coff-i960.c (coff_i960_relocate): Correct typo: use ! on strcmp,
not on string.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c98c08d..d7bb925 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -5,6 +5,9 @@ Mon Jul 10 11:45:55 1995 Ken Raeburn <raeburn@cygnus.com> Mon Jul 10 11:09:58 1995 Ian Lance Taylor <ian@cygnus.com> + * 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. |