* sunos.c (struct sunos_link_hash_table): Add got_base field.
authorIan Lance Taylor <ian@airs.com>
Tue, 8 Oct 1996 16:02:35 +0000 (16:02 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 8 Oct 1996 16:02:35 +0000 (16:02 +0000)
commit9d81de19846f0999e7c943cc6330cc4db015d5e7
tree5ff2ce6a3223bb9b486fb4f4925b8cc4986b399f
parent82000451061d395dc895d6bf3264357e26dce234
* 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.
bfd/ChangeLog