X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=bfd%2Fsco5-core.c;h=b1713de777008b2648712571da53f31f765f05a3;hb=b5470a3c4a81ad60bc1a18683ac6a01f64b60854;hp=d8fa931dcf82f97edfc5641928c4e2c0158c4aa8;hpb=4b95cf5c0c75d6efc1b2f96af72317aecca079f1;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/sco5-core.c b/bfd/sco5-core.c index d8fa931dcf..b1713de777 100644 --- a/bfd/sco5-core.c +++ b/bfd/sco5-core.c @@ -1,5 +1,5 @@ /* BFD back end for SCO5 core files (U-area and raw sections) - Copyright (C) 1998-2014 Free Software Foundation, Inc. + Copyright (C) 1998-2019 Free Software Foundation, Inc. Written by Jouke Numan This file is part of BFD, the Binary File Descriptor library. @@ -286,8 +286,8 @@ sco5_core_file_p (bfd *abfd) secname = NULL; /* Ignore these */ break; default: - (*_bfd_error_handler) ("Unhandled SCO core file section type %d\n", - chead.cs_stype); + _bfd_error_handler ("Unhandled SCO core file section type %d\n", + chead.cs_stype); continue; } @@ -344,7 +344,7 @@ swap_abort (void) #define NO_PUT64 ((void (*) (bfd_uint64_t, void *)) swap_abort) #define NO_GETS64 ((bfd_int64_t (*) (const void *)) swap_abort) -const bfd_target sco5_core_vec = +const bfd_target core_sco5_vec = { "sco5-core", bfd_target_unknown_flavour, @@ -372,12 +372,12 @@ const bfd_target sco5_core_vec = sco5_core_file_p /* a core file */ }, { /* bfd_set_format */ - bfd_false, bfd_false, - bfd_false, bfd_false + _bfd_bool_bfd_false_error, bfd_false, + _bfd_bool_bfd_false_error, bfd_false }, { /* bfd_write_contents */ - bfd_false, bfd_false, - bfd_false, bfd_false + _bfd_bool_bfd_false_error, bfd_false, + _bfd_bool_bfd_false_error, bfd_false }, BFD_JUMP_TABLE_GENERIC (_bfd_generic),