diff options
author | Mark Mitchell <mark@codesourcery.com> | 1999-08-10 06:43:11 +0000 |
---|---|---|
committer | Mark Mitchell <mark@codesourcery.com> | 1999-08-10 06:43:11 +0000 |
commit | 5499724a85d9cb03d56bb3aa7ef6519c00cfece8 (patch) | |
tree | 2570cc49513475c22cc91f0013c09ad2f946d2b9 /bfd/ChangeLog | |
parent | 7b1f123191d2d70a86e790e57f26eea2aa7082e7 (diff) | |
download | gdb-5499724a85d9cb03d56bb3aa7ef6519c00cfece8.zip gdb-5499724a85d9cb03d56bb3aa7ef6519c00cfece8.tar.gz gdb-5499724a85d9cb03d56bb3aa7ef6519c00cfece8.tar.bz2 |
* elf32-mips.c (_bfd_mips_elf_size_dynamic_sections): Always
output DT_MIPS_GOTSYM.
(_bfd_mips_elf_finish_dynamic_sections): Use the same value as
DT_MIPS_SYMTABNO if there are no global GOT symbols.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index cbd32f1..b1f6a39 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,11 @@ +Tue Aug 10 00:34:29 1999 Mark P. Mitchell <mark@codesourcery.com> + Ralf Baechle <ralf@uni-koblenz.de> + + * elf32-mips.c (_bfd_mips_elf_size_dynamic_sections): Always + output DT_MIPS_GOTSYM. + (_bfd_mips_elf_finish_dynamic_sections): Use the same value as + DT_MIPS_SYMTABNO if there are no global GOT symbols. + Tue Aug 10 00:21:08 1999 Mark P. Mitchell <mark@codesourcery.com> * elf32-mips.c (mips_elf_create_dynamic_relocation): Change |