diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2003-07-09 11:50:16 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2003-07-09 11:50:16 +0000 |
commit | d2fba50dd9b5c642037b6d12f1a39a28ede61dee (patch) | |
tree | 012fd93fd41264d9971f8b9bffd13b8e8414d46f /bfd/ChangeLog | |
parent | 6eaa6adc99a33e9961fa926ad08430a59cc953cd (diff) | |
download | gdb-d2fba50dd9b5c642037b6d12f1a39a28ede61dee.zip gdb-d2fba50dd9b5c642037b6d12f1a39a28ede61dee.tar.gz gdb-d2fba50dd9b5c642037b6d12f1a39a28ede61dee.tar.bz2 |
* bfd/elfxx-mips.c (mips_elf_create_dynamic_relocation): In SGI-
compatible objects, add the values of defined external symbols
to the addend.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 6b5d783..b9f0b2e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,11 @@ 2003-07-09 Richard Sandiford <rsandifo@redhat.com> + * bfd/elfxx-mips.c (mips_elf_create_dynamic_relocation): In SGI- + compatible objects, add the values of defined external symbols + to the addend. + +2003-07-09 Richard Sandiford <rsandifo@redhat.com> + * elfxx-mips.c (_bfd_mips_elf_finish_dynamic_symbol): Always initialize a GOT entry to the symbol's st_value. |