diff options
author | Mark Mitchell <mark@codesourcery.com> | 1999-08-03 06:04:21 +0000 |
---|---|---|
committer | Mark Mitchell <mark@codesourcery.com> | 1999-08-03 06:04:21 +0000 |
commit | 5a44662b54e8ca902fa85726853b753107346023 (patch) | |
tree | 92535f4bfb53d2c2c50342809c99bbc592d1feef /bfd/ChangeLog | |
parent | c3332e24e81df74a8f62966dfa4b5f475a20523e (diff) | |
download | gdb-5a44662b54e8ca902fa85726853b753107346023.zip gdb-5a44662b54e8ca902fa85726853b753107346023.tar.gz gdb-5a44662b54e8ca902fa85726853b753107346023.tar.bz2 |
* elf32-mips.c (_bfd_mips_elf_relocate_section): Handle R_MIPS_26
and R_MIPS16_26 relocations correctly when relocating.
(_bfd_mips_elf_check_relocs): Don't assume that R_MIPS_CALL_HI16
and R_MIPS_CALL_LO16 are for global symbols.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 0b57442..6607934 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +1999-08-02 Mark Mitchell <mark@codesourcery.com> + + * elf32-mips.c (_bfd_mips_elf_relocate_section): Handle R_MIPS_26 + and R_MIPS16_26 relocations correctly when relocating. + (_bfd_mips_elf_check_relocs): Don't assume that R_MIPS_CALL_HI16 + and R_MIPS_CALL_LO16 are for global symbols. + 1999-08-02 Jakub Jelinek <jj@ultra.linux.cz> * elflink.h (elf_bfd_final_link): Copy the whole isym, not just |