This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: Fix a typo in ia64


I checked in the following patch as an obvious fix. I will check in

http://sources.redhat.com/ml/binutils/2003-07/msg00504.html

shortly.


H.J.
---
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.

--- bfd/elfxx-ia64.c.ilp32	2003-08-01 13:59:15.000000000 -0700
+++ bfd/elfxx-ia64.c	2003-08-01 15:35:39.000000000 -0700
@@ -4527,7 +4527,7 @@ elfNN_ia64_finish_dynamic_symbol (output
 
       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);
     }
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]