diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-10-10 20:38:06 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-10-10 20:38:06 +0000 |
commit | 4c0322704fe60b6269ab19fe234d9b43cc35dc37 (patch) | |
tree | 03703389a1de47e5a7c6bf4f63852c14ead6fb95 /bfd/ChangeLog | |
parent | 4fbc96adc87a64d08dc08210681ff236d2484bd7 (diff) | |
download | gdb-4c0322704fe60b6269ab19fe234d9b43cc35dc37.zip gdb-4c0322704fe60b6269ab19fe234d9b43cc35dc37.tar.gz gdb-4c0322704fe60b6269ab19fe234d9b43cc35dc37.tar.bz2 |
* cofflink.c (_bfd_coff_final_link): Cast argument to bfd_h_put_32 to correct
type.
(coff_read_string_table): Cast argument to bfd_h_get_32 to correct type.
* elfcode.h (elf_link_output_extsym): Cast argument to bfd_elf_hash to correct
type.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index fc6da56..e062a10 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,12 @@ Mon Oct 10 16:24:44 1994 Ken Raeburn <raeburn@cujo.cygnus.com> + * cofflink.c (_bfd_coff_final_link): Cast argument to bfd_h_put_32 + to correct type. + (coff_read_string_table): Cast argument to bfd_h_get_32 to correct + type. + * elfcode.h (elf_link_output_extsym): Cast argument to + bfd_elf_hash to correct type. + * elf32-sparc.c (elf_sparc_howto_table): The PC10, PC22, and WPLT30 relocations are PC-relative. |