X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bfd%2Ftrad-core.c;h=3c47099ced5845338f00ff6853e04366bfa68ed4;hb=eb7b504651ff7b44a7328cd967629d8f1d114a4b;hp=ce1231edd8877d413667d152db83c518b33876cb;hpb=6d00b590316c0b08de21a264893b0fd627c54686;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/trad-core.c b/bfd/trad-core.c index ce1231edd8..3c47099ced 100644 --- a/bfd/trad-core.c +++ b/bfd/trad-core.c @@ -1,5 +1,5 @@ /* BFD back end for traditional Unix core files (U-area and raw sections) - Copyright (C) 1988-2014 Free Software Foundation, Inc. + Copyright (C) 1988-2019 Free Software Foundation, Inc. Written by John Gilmore of Cygnus Support. This file is part of BFD, the Binary File Descriptor library. @@ -22,7 +22,7 @@ #include "sysdep.h" #include "bfd.h" #include "libbfd.h" -#include "libaout.h" /* BFD a.out internal data structures */ +#include "libaout.h" /* BFD a.out internal data structures */ #include #ifdef HAVE_DIRENT_H @@ -293,12 +293,16 @@ const bfd_target core_trad_vec = trad_unix_core_file_p /* a core file */ }, { /* bfd_set_format */ - bfd_false, bfd_false, - bfd_false, bfd_false + _bfd_bool_bfd_false_error, + _bfd_bool_bfd_false_error, + _bfd_bool_bfd_false_error, + _bfd_bool_bfd_false_error }, { /* bfd_write_contents */ - bfd_false, bfd_false, - bfd_false, bfd_false + _bfd_bool_bfd_false_error, + _bfd_bool_bfd_false_error, + _bfd_bool_bfd_false_error, + _bfd_bool_bfd_false_error }, BFD_JUMP_TABLE_GENERIC (_bfd_generic),