diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-04-19 23:24:41 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-04-19 23:24:41 +0000 |
commit | f9fa5df36741a28e07c9a8654893add13d513693 (patch) | |
tree | a7b5912432312dab5d3c49d3133d6599414fe79a /bfd/ChangeLog | |
parent | 9a8629d511f92f5414e5e24857d2f2a3ced4485f (diff) | |
download | gdb-f9fa5df36741a28e07c9a8654893add13d513693.zip gdb-f9fa5df36741a28e07c9a8654893add13d513693.tar.gz gdb-f9fa5df36741a28e07c9a8654893add13d513693.tar.bz2 |
* coff-ppc.c (record_toc): Add cast to avoid warning.
(ppc_allocate_toc_section): Likewise.
(coff_ppc_relocate_section): Remove ANSI C string concatenation.
(ppc_coff_reloc_type_lookup): Remove unreached code.
* coffcode.h (coff_write_object_contents): Don't take the address
of an array.
* peicode.h (pe_print_idata): Add casts to avoid warning.
(pe_print_edata): Likewise.
(pe_print_reloc): Remove ANSI C string concatenation.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index a4db9d6..aa59933 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,15 @@ +Fri Apr 19 19:21:56 1996 Ian Lance Taylor <ian@cygnus.com> + + * coff-ppc.c (record_toc): Add cast to avoid warning. + (ppc_allocate_toc_section): Likewise. + (coff_ppc_relocate_section): Remove ANSI C string concatenation. + (ppc_coff_reloc_type_lookup): Remove unreached code. + * coffcode.h (coff_write_object_contents): Don't take the address + of an array. + * peicode.h (pe_print_idata): Add casts to avoid warning. + (pe_print_edata): Likewise. + (pe_print_reloc): Remove ANSI C string concatenation. + Thu Apr 18 18:51:18 1996 Ian Lance Taylor <ian@cygnus.com> * libcoff-in.h (struct coff_final_link_info): Add last_bf_index |