diff options
author | Geoffrey Keating <geoffk@geoffk.org> | 2000-02-19 00:59:26 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@geoffk.org> | 2000-02-19 00:59:26 +0000 |
commit | 5ea1af0d5d96234b6c086f284c2fc66ad58b279b (patch) | |
tree | 4fde10d727be7bd97f75ea4ce33be162b7a0123b /bfd/ChangeLog | |
parent | ff4e7bb239e88a67baed668fd48e25236fee6b93 (diff) | |
download | gdb-5ea1af0d5d96234b6c086f284c2fc66ad58b279b.zip gdb-5ea1af0d5d96234b6c086f284c2fc66ad58b279b.tar.gz gdb-5ea1af0d5d96234b6c086f284c2fc66ad58b279b.tar.bz2 |
* coffcode.h (coff_set_arch_mach_hook): Don't use variable-size
arrays.
(coff_compute_section_file_positions): Use bfd_free to pair
bfd_malloc.
(coff_write_object_contents): Likewise.
* coff-rs6000.c (xcoff_howto_table_16): New variable.
(xcoff_rtype2howto): Handle 16-bit variants of 32-bit relocs.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index fd6bd80..1d27603 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,14 @@ +2000-02-18 Geoff Keating <geoffk@cygnus.com> + + * coffcode.h (coff_set_arch_mach_hook): Don't use variable-size + arrays. + (coff_compute_section_file_positions): Use bfd_free to pair + bfd_malloc. + (coff_write_object_contents): Likewise. + + * coff-rs6000.c (xcoff_howto_table_16): New variable. + (xcoff_rtype2howto): Handle 16-bit variants of 32-bit relocs. + 2000-02-18 Richard Henderson <rth@cygnus.com> * elf-bfd.h (struct elf_link_hash_table): Remove copy_indirect |