PR24623, DWARF errors
[deliverable/binutils-gdb.git] / bfd / elfnn-ia64.c
index 24b948af23fd7406dac0bcb99d613f00cd1e5bdb..65471dd4a49bd046a83b9c6029052a1f257b2066 100644 (file)
@@ -1002,9 +1002,8 @@ elfNN_ia64_fake_sections (bfd *abfd, Elf_Internal_Shdr *hdr,
 /* The final processing done just before writing out an IA-64 ELF
    object file.  */
 
-static void
-elfNN_ia64_final_write_processing (bfd *abfd,
-                                  bfd_boolean linker ATTRIBUTE_UNUSED)
+static bfd_boolean
+elfNN_ia64_final_write_processing (bfd *abfd)
 {
   Elf_Internal_Shdr *hdr;
   asection *s;
@@ -1036,6 +1035,7 @@ elfNN_ia64_final_write_processing (bfd *abfd,
       elf_elfheader(abfd)->e_flags = flags;
       elf_flags_init (abfd) = TRUE;
     }
+  return _bfd_elf_final_write_processing (abfd);
 }
 
 /* Hook called by the linker routine which adds symbols from an object
@@ -3872,7 +3872,7 @@ elfNN_ia64_relocate_section (bfd *output_bfd,
          ret_val = FALSE;
          continue;
        }
-      
+
       r_symndx = ELFNN_R_SYM (rel->r_info);
       h = NULL;
       sym = NULL;
This page took 0.023121 seconds and 4 git commands to generate.