* elf-bfd.h (elf_backend_data <elf_backend_section_from_bfd_section>):
[binutils-gdb.git] / bfd / elfxx-ia64.c
index c377f06743b416f83a0c7fa0b18557c7734ffb07..ee49f5a9c17fed24f8e7cdad53707b353737d01e 100644 (file)
@@ -312,7 +312,7 @@ static boolean elfNN_ia64_hpux_vec
 static void elfNN_hpux_post_process_headers
   PARAMS ((bfd *abfd, struct bfd_link_info *info));
 boolean elfNN_hpux_backend_section_from_bfd_section
-  PARAMS ((bfd *abfd, ElfNN_Internal_Shdr *hdr, asection *sec, int *retval));
+  PARAMS ((bfd *abfd, asection *sec, int *retval));
 \f
 /* ia64-specific relocation */
 
@@ -4481,9 +4481,8 @@ elfNN_hpux_post_process_headers (abfd, info)
 }
 
 boolean
-elfNN_hpux_backend_section_from_bfd_section (abfd, hdr, sec, retval)
+elfNN_hpux_backend_section_from_bfd_section (abfd, sec, retval)
        bfd *abfd ATTRIBUTE_UNUSED;
-       Elf32_Internal_Shdr *hdr ATTRIBUTE_UNUSED;
        asection *sec;
        int *retval;
 {