Add support for a MIPS specific .MIPS.xhash section.
[deliverable/binutils-gdb.git] / bfd / elf-hppa.h
index 101381386220248e815b244d226d4f4f04e7c18c..cc98caeeb0b60984278a08bea066f9a9082404fd 100644 (file)
@@ -923,9 +923,8 @@ elf_hppa_fake_sections (bfd *abfd, Elf_Internal_Shdr *hdr, asection *sec)
   return TRUE;
 }
 
-static void
-elf_hppa_final_write_processing (bfd *abfd,
-                                bfd_boolean linker ATTRIBUTE_UNUSED)
+static bfd_boolean
+elf_hppa_final_write_processing (bfd *abfd)
 {
   int mach = bfd_get_mach (abfd);
 
@@ -948,6 +947,7 @@ elf_hppa_final_write_processing (bfd *abfd,
                                         a step backwards with the ELF
                                         based toolchains.  */
                                      | EF_PARISC_TRAPNIL);
+  return _bfd_elf_final_write_processing (abfd);
 }
 
 /* Comparison function for qsort to sort unwind section during a
This page took 0.023908 seconds and 4 git commands to generate.