diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-07-24 16:51:33 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-07-24 16:51:33 +0000 |
commit | e2e8e76bd1b284ca55035bd2de9f3ec27a907120 (patch) | |
tree | 2aea46c2a6d44b8a6fc56b0b566ebb345665292e /bfd | |
parent | fa653bc01ed8f54f9d865770ce464523b4d08b3a (diff) | |
download | gdb-e2e8e76bd1b284ca55035bd2de9f3ec27a907120.zip gdb-e2e8e76bd1b284ca55035bd2de9f3ec27a907120.tar.gz gdb-e2e8e76bd1b284ca55035bd2de9f3ec27a907120.tar.bz2 |
start-sanitize-r5900
The value of R_MIPS15_S3 has changed:
* elf32-mips.c (elf_mips15_s3_howto): New static variable.
(mips_reloc_map): Remove BFD_RELOC_MIPS15_S3.
(bfd_elf32_bfd_reloc_type_lookup): Handle BFD_RELOC_MIPS15_S3
specially.
(mips_info_to_howto_rel): Handle R_MIPS15_S3 specially.
(mips_elf_relocate_section): Check for R_MIPS15_S3.
end-sanitize-r5900
* elf32-mips.c (elf_mips_howto_table): Add reloc types used on
Irix 6.
(bfd_elf32_bfd_reloc_type_lookup): Add default case.
* elf64-mips.c: Replace all uses of mips_elf64_reloc_type with
elf_mips_reloc_type defined in elf/mips.h.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 9e29526..036d662 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,21 @@ +Fri Jul 24 12:36:04 1998 Ian Lance Taylor <ian@cygnus.com> + +start-sanitize-r5900 + The value of R_MIPS15_S3 has changed: + * elf32-mips.c (elf_mips15_s3_howto): New static variable. + (mips_reloc_map): Remove BFD_RELOC_MIPS15_S3. + (bfd_elf32_bfd_reloc_type_lookup): Handle BFD_RELOC_MIPS15_S3 + specially. + (mips_info_to_howto_rel): Handle R_MIPS15_S3 specially. + (mips_elf_relocate_section): Check for R_MIPS15_S3. + +end-sanitize-r5900 + * elf32-mips.c (elf_mips_howto_table): Add reloc types used on + Irix 6. + (bfd_elf32_bfd_reloc_type_lookup): Add default case. + * elf64-mips.c: Replace all uses of mips_elf64_reloc_type with + elf_mips_reloc_type defined in elf/mips.h. + 1998-07-24 Ulrich Drepper <drepper@cygnus.com> * elf64-mips.c: Remove reloc_type definition completely. It's now |