mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
* elfxx-ia64.c (elfNN_ia64_relax_section): Reset self_dtpmod_offset
to -1 before recomputing got offsets.
This commit is contained in:
parent
c0655a1649
commit
9d73f260a7
@ -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>
|
2003-03-26 Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
* elf32-m68k.c (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
|
* elf32-m68k.c (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
|
||||||
|
@ -1032,6 +1032,7 @@ elfNN_ia64_relax_section (abfd, sec, link_info, again)
|
|||||||
struct elfNN_ia64_allocate_data data;
|
struct elfNN_ia64_allocate_data data;
|
||||||
data.info = link_info;
|
data.info = link_info;
|
||||||
data.ofs = 0;
|
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_data_got, &data);
|
||||||
elfNN_ia64_dyn_sym_traverse (ia64_info, allocate_global_fptr_got, &data);
|
elfNN_ia64_dyn_sym_traverse (ia64_info, allocate_global_fptr_got, &data);
|
||||||
|
Loading…
Reference in New Issue
Block a user