diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-09-11 21:39:03 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-09-11 21:39:03 +0000 |
commit | 5f6d47541b57de2d77c1809c3498deb8d6572595 (patch) | |
tree | 5f720bb480752eae30def5992231c36ddcd3f2e5 /bfd/ChangeLog | |
parent | cc605681130645570698e3c563c2bc2482118675 (diff) | |
download | binutils-redhat-5f6d47541b57de2d77c1809c3498deb8d6572595.tar.gz |
* coff-ppc.c (COFF_SECTION_ALIGNMENT_ENTRIES): Define.
1999-09-11 Donn Terry <donn@interix.com>
* coffcode.h (coff_set_alignment_hook): Delete POWERPC_LE_PE
special handling.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index d6bd2fe27a..4895d5f735 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,10 +1,15 @@ 1999-09-11 Ian Lance Taylor <ian@zembu.com> + * coff-ppc.c (COFF_SECTION_ALIGNMENT_ENTRIES): Define. + * elfcode.h (write_relocs): Handle an absolute symbol in REL relocs as we do for RELA relocs. 1999-09-11 Donn Terry <donn@interix.com> + * coffcode.h (coff_set_alignment_hook): Delete POWERPC_LE_PE + special handling. + * cofflink.c (_bfd_coff_link_input_bfd): If a symbol is stripped, don't write out the associated line numbers. |