x86-64: adjust recently added tests
[binutils-gdb.git] / bfd / elf64-alpha.c
index 1f68f822f790846713dfd4fdf2bd132d17ee0737..6f5eeadf256b21c6ca562564a72bc367c384cb4a 100644 (file)
@@ -1558,8 +1558,9 @@ struct extsym_info
 };
 
 static bool
-elf64_alpha_output_extsym (struct alpha_elf_link_hash_entry *h, void * data)
+elf64_alpha_output_extsym (struct elf_link_hash_entry *x, void * data)
 {
+  struct alpha_elf_link_hash_entry *h = (struct alpha_elf_link_hash_entry *) x;
   struct extsym_info *einfo = (struct extsym_info *) data;
   bool strip;
   asection *sec, *output_section;