diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-04-29 17:27:02 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-04-29 17:27:02 +0000 |
commit | abec70b9981bcb0a6c6214657b67ed824e58db87 (patch) | |
tree | 4267a940078e13f798404448c3ac75acfb0cabd8 /bfd/ChangeLog | |
parent | ec7d9f3d3c57ed6b8d06b28b67023a44b51eebf2 (diff) | |
download | gdb-abec70b9981bcb0a6c6214657b67ed824e58db87.zip gdb-abec70b9981bcb0a6c6214657b67ed824e58db87.tar.gz gdb-abec70b9981bcb0a6c6214657b67ed824e58db87.tar.bz2 |
* elf32-mips.c (struct mips_elf_link_hash_entry): Add
mips_32_relocs field.
(mips_elf_link_hash_newfunc): Initialize mips_32_relocs field.
(mips_elf_relocate_section): Copy R_MIPS_REL32 and R_MIPS_32
relocs against a global symbol which is not defined in a regular
file.
(mips_elf_check_relocs): For a R_MIPS_REL32 or R_MIPS_32 reloc
against a global symbol, increment mips_32_relocs.
(mips_elf_adjust_dynamic_symbol): If mips_32_relocs is set, and
the symbol is not defined in a regular file, make room in the
.rel.dyn section.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 14f16b5..dfe4212 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,17 @@ +Mon Apr 29 13:15:17 1996 Ian Lance Taylor <ian@cygnus.com> + + * elf32-mips.c (struct mips_elf_link_hash_entry): Add + mips_32_relocs field. + (mips_elf_link_hash_newfunc): Initialize mips_32_relocs field. + (mips_elf_relocate_section): Copy R_MIPS_REL32 and R_MIPS_32 + relocs against a global symbol which is not defined in a regular + file. + (mips_elf_check_relocs): For a R_MIPS_REL32 or R_MIPS_32 reloc + against a global symbol, increment mips_32_relocs. + (mips_elf_adjust_dynamic_symbol): If mips_32_relocs is set, and + the symbol is not defined in a regular file, make room in the + .rel.dyn section. + Fri Apr 26 18:00:37 1996 Ian Lance Taylor <ian@cygnus.com> * ecoff.c (ecoff_compute_section_file_positions): Track the real |