i386: Add tests for -malign-branch-boundary and -malign-branch
[deliverable/binutils-gdb.git] / bfd / elf32-xc16x.c
index dc45c57557f798015dc411c99476bff43a609361..d000fd56c8544f62ec4e8f9e859ff05119b10070 100644 (file)
@@ -416,9 +416,8 @@ elf32_xc16x_relocate_section (bfd *output_bfd,
 }
 
 
-static void
-elf32_xc16x_final_write_processing (bfd *abfd,
-                                   bfd_boolean linker ATTRIBUTE_UNUSED)
+static bfd_boolean
+elf32_xc16x_final_write_processing (bfd *abfd)
 {
   unsigned long val;
 
@@ -439,6 +438,7 @@ elf32_xc16x_final_write_processing (bfd *abfd,
     }
 
   elf_elfheader (abfd)->e_flags |= val;
+  return _bfd_elf_final_write_processing (abfd);
 }
 
 static unsigned long
This page took 0.025014 seconds and 4 git commands to generate.