summaryrefslogtreecommitdiffstats
path: root/contrib/binutils/bfd/osf-core.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/binutils/bfd/osf-core.c')
-rw-r--r--contrib/binutils/bfd/osf-core.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/binutils/bfd/osf-core.c b/contrib/binutils/bfd/osf-core.c
index ea158d2..4f4fc12 100644
--- a/contrib/binutils/bfd/osf-core.c
+++ b/contrib/binutils/bfd/osf-core.c
@@ -1,5 +1,5 @@
/* BFD back-end for OSF/1 core files.
- Copyright 1993, 94, 95, 1997 Free Software Foundation, Inc.
+ Copyright 1993, 94, 95, 97, 1998 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
@@ -24,8 +24,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include "sysdep.h"
#include "libbfd.h"
-#include <stdio.h>
-#include <string.h>
#include <sys/user.h>
#include <sys/core.h>
@@ -145,7 +143,7 @@ osf_core_core_file_p (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\n"),
core_scnhdr.scntype);
continue;
}
@@ -252,5 +250,7 @@ const bfd_target osf_core_vec =
BFD_JUMP_TABLE_LINK (_bfd_nolink),
BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic),
+ NULL,
+
(PTR) 0 /* backend_data */
};
OpenPOWER on IntegriCloud