mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-28 22:40:24 +00:00
2003-08-01 H.J. Lu <hongjiu.lu@intel.com>
* elfxx-ia64.c (elfNN_ia64_finish_dynamic_symbol): Use ElfNN_External_Rela instead of Elf64_External_Rela.
This commit is contained in:
parent
970f29af24
commit
37cd262974
@ -1,3 +1,8 @@
|
||||
2003-08-01 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* elfxx-ia64.c (elfNN_ia64_finish_dynamic_symbol): Use
|
||||
ElfNN_External_Rela instead of Elf64_External_Rela.
|
||||
|
||||
2003-08-01 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* config.bfd: Add code to catch obsolete configurations and warn
|
||||
|
@ -4523,7 +4523,7 @@ elfNN_ia64_finish_dynamic_symbol (output_bfd, info, h, sym)
|
||||
|
||||
loc = ia64_info->rel_pltoff_sec->contents;
|
||||
loc += ((ia64_info->rel_pltoff_sec->reloc_count + index)
|
||||
* sizeof (Elf64_External_Rela));
|
||||
* sizeof (ElfNN_External_Rela));
|
||||
bfd_elfNN_swap_reloca_out (output_bfd, &outrel, loc);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user