diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2002-10-22 21:00:10 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2002-10-22 21:00:10 +0000 |
commit | 033fd5f9ae6a7a915ee0f1263469f594d0dabb8d (patch) | |
tree | a83e7b2ba7e3b49ebc4f9f6a25cbe7c7aa43fcbf /bfd/ChangeLog | |
parent | 1045b512db9224ba2b5b239336537b1141b46388 (diff) | |
download | gdb-033fd5f9ae6a7a915ee0f1263469f594d0dabb8d.zip gdb-033fd5f9ae6a7a915ee0f1263469f594d0dabb8d.tar.gz gdb-033fd5f9ae6a7a915ee0f1263469f594d0dabb8d.tar.bz2 |
* elflink.h (struct elf_link_sort_rela): Turn rel and rela
into arrays.
(elf_link_sort_cmp1, elf_link_sort_cmp2): Adjust.
(elf_link_sort_relocs): Likewise. Take int_rels_per_ext_rel
into account.
* elfxx-mips.c (mips_elf_create_dynamic_relocation): Compose
R_MIPS_REL32 with R_MIPS64 if ABI_64_P.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 9dfac9c..f00325e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,13 @@ +2002-10-22 Alexandre Oliva <aoliva@redhat.com> + + * elflink.h (struct elf_link_sort_rela): Turn rel and rela + into arrays. + (elf_link_sort_cmp1, elf_link_sort_cmp2): Adjust. + (elf_link_sort_relocs): Likewise. Take int_rels_per_ext_rel + into account. + * elfxx-mips.c (mips_elf_create_dynamic_relocation): Compose + R_MIPS_REL32 with R_MIPS64 if ABI_64_P. + 2002-10-21 Graeme Peterson <gp@qnx.com> * targets.c (_bfd_target_vector): Add missing qnx vectors. |