Use section id in get_dyn_name.
This commit is contained in:
parent
1c64c4ed86
commit
0ba2a60ea9
3 changed files with 31 additions and 17 deletions
|
@ -1299,7 +1299,7 @@ elf_hppa_relocate_section (output_bfd, info, input_bfd, input_section,
|
|||
|
||||
/* If this symbol has an entry in the PA64 dynamic hash
|
||||
table, then get it. */
|
||||
dyn_name = get_dyn_name (input_bfd, h, rel,
|
||||
dyn_name = get_dyn_name (input_section, h, rel,
|
||||
&dynh_buf, &dynh_buflen);
|
||||
dyn_h = elf64_hppa_dyn_hash_lookup (&hppa_info->dyn_hash_table,
|
||||
dyn_name, false, false);
|
||||
|
@ -1322,7 +1322,7 @@ elf_hppa_relocate_section (output_bfd, info, input_bfd, input_section,
|
|||
|
||||
/* If this symbol has an entry in the PA64 dynamic hash
|
||||
table, then get it. */
|
||||
dyn_name = get_dyn_name (input_bfd, h, rel,
|
||||
dyn_name = get_dyn_name (input_section, h, rel,
|
||||
&dynh_buf, &dynh_buflen);
|
||||
dyn_h = elf64_hppa_dyn_hash_lookup (&hppa_info->dyn_hash_table,
|
||||
dyn_name, false, false);
|
||||
|
@ -1358,7 +1358,7 @@ elf_hppa_relocate_section (output_bfd, info, input_bfd, input_section,
|
|||
|
||||
/* If this symbol has an entry in the PA64 dynamic hash
|
||||
table, then get it. */
|
||||
dyn_name = get_dyn_name (input_bfd, h, rel,
|
||||
dyn_name = get_dyn_name (input_section, h, rel,
|
||||
&dynh_buf, &dynh_buflen);
|
||||
dyn_h = elf64_hppa_dyn_hash_lookup (&hppa_info->dyn_hash_table,
|
||||
dyn_name, false, false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue