X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=bfd%2Felf32-cris.c;h=5d230562a5cefe39da657f4193b9f036b1ec2e4a;hb=e8fffdff93dc455842a08b12cd4c05bd69aef518;hp=0fc1eb38cecb5e87c112ec283f6cc73cabc9c63b;hpb=06f44071ccbeca33fff70b928b71d95a15982740;p=external%2Fbinutils.git diff --git a/bfd/elf32-cris.c b/bfd/elf32-cris.c index 0fc1eb38..5d23056 100644 --- a/bfd/elf32-cris.c +++ b/bfd/elf32-cris.c @@ -3829,8 +3829,8 @@ cris_elf_object_p (bfd *abfd) /* Mark presence or absence of leading underscore. Set machine type flags from mach type. */ -static void -cris_elf_final_write_processing (bfd *abfd, bfd_boolean linker) +static bfd_boolean +cris_elf_final_write_processing (bfd *abfd) { unsigned long e_flags = elf_elfheader (abfd)->e_flags; @@ -3858,7 +3858,7 @@ cris_elf_final_write_processing (bfd *abfd, bfd_boolean linker) } elf_elfheader (abfd)->e_flags = e_flags; - _bfd_elf_final_write_processing (abfd, linker); + return _bfd_elf_final_write_processing (abfd); } /* Set the mach type from e_flags value. */