ELF final_write_processing
[deliverable/binutils-gdb.git] / bfd / elf32-xc16x.c
index dc45c57557f798015dc411c99476bff43a609361..ef2a5feba2afa94b18083e1938abe78ab7a2ee35 100644 (file)
@@ -417,8 +417,7 @@ elf32_xc16x_relocate_section (bfd *output_bfd,
 
 
 static void
-elf32_xc16x_final_write_processing (bfd *abfd,
-                                   bfd_boolean linker ATTRIBUTE_UNUSED)
+elf32_xc16x_final_write_processing (bfd *abfd, bfd_boolean linker)
 {
   unsigned long val;
 
@@ -439,6 +438,7 @@ elf32_xc16x_final_write_processing (bfd *abfd,
     }
 
   elf_elfheader (abfd)->e_flags |= val;
+  _bfd_elf_final_write_processing (abfd, linker);
 }
 
 static unsigned long
This page took 0.023229 seconds and 4 git commands to generate.