diff options
author | Ulf Carlsson <ulfc@engr.sgi.com> | 2000-10-14 04:05:23 +0000 |
---|---|---|
committer | Ulf Carlsson <ulfc@engr.sgi.com> | 2000-10-14 04:05:23 +0000 |
commit | 5af5b85bc37de9e224e9fd0ae11c2183b219500a (patch) | |
tree | 110c632f6f66acb572ba11c6d29db94ce780c7e7 /bfd/ChangeLog | |
parent | 40e3f985d2a8082507010fca0a01714f092c47a0 (diff) | |
download | gdb-5af5b85bc37de9e224e9fd0ae11c2183b219500a.zip gdb-5af5b85bc37de9e224e9fd0ae11c2183b219500a.tar.gz gdb-5af5b85bc37de9e224e9fd0ae11c2183b219500a.tar.bz2 |
2000-10-13 Ulf Carlsson <ulfc@engr.sgi.com>
From Ralf Baechle <ralf@gnu.org>
* elf32-mips.c (mips_elf_create_dynamic_relocation): New argument
local_p. Add symbol value only for non-R_MIPS_REL32 relocations
against local symbols.
(_bfd_mips_elf_finish_dynamic_sections): Undo patch from 2000-10-01.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index a3ca28a..3e62721 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +2000-10-13 Ulf Carlsson <ulfc@engr.sgi.com> + + From Ralf Baechle <ralf@gnu.org> + + * elf32-mips.c (mips_elf_create_dynamic_relocation): New argument + local_p. Add symbol value only for non-R_MIPS_REL32 relocations + against local symbols. + (_bfd_mips_elf_finish_dynamic_sections): Undo patch from 2000-10-01. + 2000-10-12 Alan Modra <alan@linuxcare.com.au> * section.c (struct sec): Add kept_section. |