diff options
author | Mark Mitchell <mark@codesourcery.com> | 1999-07-11 09:28:45 +0000 |
---|---|---|
committer | Mark Mitchell <mark@codesourcery.com> | 1999-07-11 09:28:45 +0000 |
commit | 9ebbd33e6f697c41861bdf9f3da0e4ffc5507cee (patch) | |
tree | f64ea3935ab8b9e4e14b2cbb5ec3c039e79c7bf8 /bfd/ChangeLog | |
parent | 65388f2d50331d138183307a91ebaa50ef608006 (diff) | |
download | gdb-9ebbd33e6f697c41861bdf9f3da0e4ffc5507cee.zip gdb-9ebbd33e6f697c41861bdf9f3da0e4ffc5507cee.tar.gz gdb-9ebbd33e6f697c41861bdf9f3da0e4ffc5507cee.tar.bz2 |
* libbfd.c (bfd_put_8): Make it of type `void'.
* bfd-in2.h: Regenerated.
* elf32-mips.c (MIPS_ELF_ADD_DYNAMIC_ENTRY): Conditionalize
for 32-bit hosts.
(_bfd_mips_elf_final_link): Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c2b99d3..8d327d2 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,11 @@ 1999-07-11 Mark Mitchell <mark@codesourcery.com> + * libbfd.c (bfd_put_8): Make it of type `void'. + * bfd-in2.h: Regenerated. + * elf32-mips.c (MIPS_ELF_ADD_DYNAMIC_ENTRY): Conditionalize + for 32-bit hosts. + (_bfd_mips_elf_final_link): Likewise. + * elflink.h (elf_link_read_relocs_from_section): Be type-correct. Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca> |