ubsan: microblaze: left shift cannot be represented in type 'int'
[deliverable/binutils-gdb.git] / bfd / elf32-pj.c
index c97d620c5098ba46d9bbbe9cd6fc4dac0308c60a..14ccf5f7267cabc5e6f02333a66fbaeac0757f98 100644 (file)
@@ -336,12 +336,12 @@ pj_elf_info_to_howto (bfd *abfd,
 /* Take this moment to fill in the special picoJava bits in the
    e_flags field.  */
 
-static void
-pj_elf_final_write_processing (bfd *abfd,
-                              bfd_boolean linker ATTRIBUTE_UNUSED)
+static bfd_boolean
+pj_elf_final_write_processing (bfd *abfd)
 {
   elf_elfheader (abfd)->e_flags |= EF_PICOJAVA_ARCH;
   elf_elfheader (abfd)->e_flags |= EF_PICOJAVA_GNUCALLS;
+  return _bfd_elf_final_write_processing (abfd);
 }
 
 #define TARGET_BIG_SYM         pj_elf32_vec
This page took 0.025352 seconds and 4 git commands to generate.