* elfxx-ia64.c (elfNN_ia64_relax_section): Reset self_dtpmod_offset

to -1 before recomputing got offsets.
This commit is contained in:
Jakub Jelinek 2003-03-27 22:52:12 +00:00
parent c0655a1649
commit 9d73f260a7
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2003-03-27 Jakub Jelinek <jakub@redhat.com>
* elfxx-ia64.c (elfNN_ia64_relax_section): Reset self_dtpmod_offset
to -1 before recomputing got offsets.
2003-03-26 Andreas Schwab <schwab@suse.de>
* elf32-m68k.c (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.

View file

@ -1032,6 +1032,7 @@ elfNN_ia64_relax_section (abfd, sec, link_info, again)
struct elfNN_ia64_allocate_data data;
data.info = link_info;
data.ofs = 0;
ia64_info->self_dtpmod_offset = (bfd_vma) -1;
elfNN_ia64_dyn_sym_traverse (ia64_info, allocate_global_data_got, &data);
elfNN_ia64_dyn_sym_traverse (ia64_info, allocate_global_fptr_got, &data);