diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-10-08 16:02:35 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-10-08 16:02:35 +0000 |
commit | 9d81de19846f0999e7c943cc6330cc4db015d5e7 (patch) | |
tree | 5ff2ce6a3223bb9b486fb4f4925b8cc4986b399f /bfd | |
parent | 82000451061d395dc895d6bf3264357e26dce234 (diff) | |
download | gdb-9d81de19846f0999e7c943cc6330cc4db015d5e7.zip gdb-9d81de19846f0999e7c943cc6330cc4db015d5e7.tar.gz gdb-9d81de19846f0999e7c943cc6330cc4db015d5e7.tar.bz2 |
* sunos.c (struct sunos_link_hash_table): Add got_base field.
(sunos_link_hash_table_create): Initialize got_base.
(bfd_sunos_size_dynamic_sections): If the .got section is more
than 0x1000 bytes, set __GLOBAL_OFFSET_TABLE_ and got_base to
0x1000.
(sunos_check_dynamic_reloc): Subtract got_base from a base
relative relocation.
PR 10684.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index dd281b4..e05cd4c 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -5,6 +5,14 @@ Tue Oct 8 08:51:19 1996 Stu Grossman (grossman@critters.cygnus.com) Tue Oct 8 11:40:16 1996 Ian Lance Taylor <ian@cygnus.com> + * sunos.c (struct sunos_link_hash_table): Add got_base field. + (sunos_link_hash_table_create): Initialize got_base. + (bfd_sunos_size_dynamic_sections): If the .got section is more + than 0x1000 bytes, set __GLOBAL_OFFSET_TABLE_ and got_base to + 0x1000. + (sunos_check_dynamic_reloc): Subtract got_base from a base + relative relocation. + * elf32-mips.c (elf_mips_isa): New static function. (_bfd_mips_elf_merge_private_bfd_data): Don't warn about linking -mips1 and -mips2 code together, or -mips3 and -mips4 code. |