summaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2003-08-01 22:42:26 +0000
committerH.J. Lu <hjl@lucon.org>2003-08-01 22:42:26 +0000
commit02e5065b100f3ca3fa4c92bcae1901be47e5b5cd (patch)
tree3375e8faa57e7a990070c9b6be50a58fee827ca8 /bfd
parente469fa6e46cc78bdacfa55bf07c3678b9db7330f (diff)
downloadgdb-02e5065b100f3ca3fa4c92bcae1901be47e5b5cd.tar.gz
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.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog5
-rw-r--r--bfd/elfxx-ia64.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index f5b09661499..2ce27f5fa48 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -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
diff --git a/bfd/elfxx-ia64.c b/bfd/elfxx-ia64.c
index 73ab4e88113..0a732f4b607 100644
--- a/bfd/elfxx-ia64.c
+++ b/bfd/elfxx-ia64.c
@@ -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);
}