diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2001-10-01 00:16:27 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2001-10-01 00:16:27 +0000 |
commit | 146be91a2b42ebb323b6fe953bd3ae0ceb8322f1 (patch) | |
tree | 9b36ab1b8c836f63e528c6b07960337ba1769067 /bfd/ChangeLog | |
parent | 79ad6e9430e46f7eef0bf719563fef77820df63f (diff) | |
download | gdb-146be91a2b42ebb323b6fe953bd3ae0ceb8322f1.zip gdb-146be91a2b42ebb323b6fe953bd3ae0ceb8322f1.tar.gz gdb-146be91a2b42ebb323b6fe953bd3ae0ceb8322f1.tar.bz2 |
* elf32-sh.c (sh_elf_howto_table, R_SH_REL32): Make
partial_inplace, matching assembler output. Set src_mask to
all ones.
(sh_elf_relocate_section): Delete misplaced comment.
For relocatable linking against section symbol, call
_bfd_relocate_contents for partial_inplace relocs and adjust
rel->r_addend for others.
<case R_SH_DIR32, R_SH_REL32>: Fetch partial_inplace addend with
bfd_get_32, not at rel->r_addend.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 21a9c35..86ff0e2 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,16 @@ +2001-09-30 kaz Kojima <kkojima@rr.iij4u.or.jp> + Hans-Peter Nilsson <hp@bitrange.com> + + * elf32-sh.c (sh_elf_howto_table, R_SH_REL32): Make + partial_inplace, matching assembler output. Set src_mask to + all ones. + (sh_elf_relocate_section): Delete misplaced comment. + For relocatable linking against section symbol, call + _bfd_relocate_contents for partial_inplace relocs and adjust + rel->r_addend for others. + <case R_SH_DIR32, R_SH_REL32>: Fetch partial_inplace addend with + bfd_get_32, not at rel->r_addend. + 2001-09-30 Alan Modra <amodra@bigpond.net.au> * elf.c (_bfd_elf_link_hash_copy_indirect): Set ind refcounts to |