OSDN Git Service

2003-08-01 H.J. Lu <hongjiu.lu@intel.com>
authorhjl <hjl>
Fri, 1 Aug 2003 22:42:26 +0000 (22:42 +0000)
committerhjl <hjl>
Fri, 1 Aug 2003 22:42:26 +0000 (22:42 +0000)
* elfxx-ia64.c (elfNN_ia64_finish_dynamic_symbol): Use
ElfNN_External_Rela instead of Elf64_External_Rela.

bfd/ChangeLog
bfd/elfxx-ia64.c

index f5b0966..2ce27f5 100644 (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
index 73ab4e8..0a732f4 100644 (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);
     }