diff options
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index d7bb925..6c84616 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -7,6 +7,9 @@ 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. + * cofflink.c (_bfd_coff_generic_relocate_section): Remove unused + local i. + * coff-arm.c (coff_arm_rtype_to_howto): Don't declare. * aoutx.h (NAME(aout,link_hash_table_create)): Allocate hash table using bfd_alloc, not malloc. |