diff options
author | Richard Henderson <rth@redhat.com> | 1999-07-14 14:23:13 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 1999-07-14 14:23:13 +0000 |
commit | b3be9b46c25fde7467bbac9164d48508018c3914 (patch) | |
tree | 67d78e19f8a75a5bc48b43a95d4d6329f8fc0c19 /bfd/ChangeLog | |
parent | 14ad458a39b44fffd593ced9a6311e56e0326c5d (diff) | |
download | gdb-b3be9b46c25fde7467bbac9164d48508018c3914.zip gdb-b3be9b46c25fde7467bbac9164d48508018c3914.tar.gz gdb-b3be9b46c25fde7467bbac9164d48508018c3914.tar.bz2 |
* elf32-mips.c (struct mips_got_info): Add global_gotno.
(_bfd_mips_elf_size_dynamic_sections): Set it.
(_bfd_mips_elf_final_link): Re-sort; verify the got did not grow.
(mips_elf_sort_hash_table): Set max_non_got_dynindex based off
new argument max_local.
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 1858923..047493f 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,11 @@ +1999-07-14 Richard Henderson <rth@cygnus.com> + + * elf32-mips.c (struct mips_got_info): Add global_gotno. + (_bfd_mips_elf_size_dynamic_sections): Set it. + (_bfd_mips_elf_final_link): Re-sort; verify the got did not grow. + (mips_elf_sort_hash_table): Set max_non_got_dynindex based off + new argument max_local. + 1999-07-14 Mark Mitchell <mark@codesourcery.com> * elf32-mips.c (mips_elf_obtain_contents): Swap the 16-bit |