diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-09-28 17:36:42 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-09-28 17:36:42 +0000 |
commit | 094e8be3036a8ee7d8cdd1510698433cfe017360 (patch) | |
tree | b5611df7f6df8e04195e87afdb182362b1f06e3f /bfd/ChangeLog | |
parent | d4cedfe4ae4316ec6b6d31e3742b5bfc0f954364 (diff) | |
download | gdb-094e8be3036a8ee7d8cdd1510698433cfe017360.zip gdb-094e8be3036a8ee7d8cdd1510698433cfe017360.tar.gz gdb-094e8be3036a8ee7d8cdd1510698433cfe017360.tar.bz2 |
* reloc.c (bfd_install_relocation): Cast data_start to bfd_byte *
before trying to add values to it.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 2fe36c1..86b2b11 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,26 @@ +Wed Sep 28 13:35:05 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) + + * reloc.c (bfd_install_relocation): Cast data_start to bfd_byte * + before trying to add values to it. + +Tue Sep 27 16:47:58 1994 Ken Raeburn <raeburn@cujo.cygnus.com> + + * elf32-hppa.c (elf32_hppa_backend_final_write_processing): Cast + return value from elf_sym_extra. + (elf32_hppa_build_stubs): Cast return value from bfd_zalloc. + (elf32_hppa_size_stubs): Csat return value from malloc. + + * gen-aout.c (main): Declare and initialize "arch". + + * cofflink.c (coff_link_add_symbols): Cast return value of + bfd_hash_allocate. + + * riscix.c (riscix_callback): Use PARAMS macro in prototype. + + * reloc.c (bfd_install_relocation): New function, mostly copied + from bfd_perform_relocation, adjusted for the assembler's needs. + * bfd-in2.h: Regenerated. + Mon Sep 26 11:00:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) * elfcode.h (assign_file_positions_except_relocs): Align the |