Change regcache list to be an hash map
[deliverable/binutils-gdb.git] / bfd / osf-core.c
index ee864dd57bd488bb23aabac94504d7e18a8a5eaf..de41f9ca60d958eabe3038b69b8ac2f7032e3113 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD back-end for OSF/1 core files.
-   Copyright (C) 1993-2016 Free Software Foundation, Inc.
+   Copyright (C) 1993-2019 Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
 
@@ -124,7 +124,7 @@ osf_core_core_file_p (bfd *abfd)
          flags = SEC_HAS_CONTENTS;
          break;
        default:
-         _bfd_error_handler (_("Unhandled OSF/1 core file section type %d\n"),
+         _bfd_error_handler (_("unhandled OSF/1 core file section type %d"),
                              core_scnhdr.scntype);
          continue;
        }
@@ -201,12 +201,16 @@ const bfd_target core_osf_vec =
       osf_core_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),
This page took 0.033734 seconds and 4 git commands to generate.