diff options
author | Mark Mitchell <mark@codesourcery.com> | 1999-07-19 20:06:24 +0000 |
---|---|---|
committer | Mark Mitchell <mark@codesourcery.com> | 1999-07-19 20:06:24 +0000 |
commit | 0db63c186806ee28245973963a73d6e24a422475 (patch) | |
tree | 51da066bf2a20834ff2c143ca1211741412cd7ff /bfd/ChangeLog | |
parent | 272dc76f04d8055c6c0c1c0e673e01ddaa470662 (diff) | |
download | gdb-0db63c186806ee28245973963a73d6e24a422475.zip gdb-0db63c186806ee28245973963a73d6e24a422475.tar.gz gdb-0db63c186806ee28245973963a73d6e24a422475.tar.bz2 |
* elf32-mips.c (_bfd_mips_elf_final_link): Restore setting of GP
removed in previous change.
(_bfd_mips_elf_relocate_section): Adjust GP relative relocations
in relocateable output.
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 56f77ac..5799370 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +Mon Jul 19 14:03:44 1999 Mark P. Mitchell <mark@codesourcery.com> + + * elf32-mips.c (_bfd_mips_elf_final_link): Restore setting of GP + removed in previous change. + (_bfd_mips_elf_relocate_section): Adjust GP relative relocations + in relocateable output. + 1999-07-19 Ian Lance Taylor <ian@zembu.com> * coff-m88k.c (m88kbcs_vec): Initialize new field of bfd_target |