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:
H.J. Lu 2003-08-01 22:42:26 +00:00
parent 970f29af24
commit 37cd262974
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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);
}