summaryrefslogtreecommitdiff
path: root/bfd/osf-core.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2011-06-08 00:16:53 +0000
committerAlan Modra <amodra@bigpond.net.au>2011-06-08 00:16:53 +0000
commit94add0bb1e76fd7bf7788179efae43cb62d45e65 (patch)
treeb8770d8444e9f4f0e375ac67b22c525eae81b2e9 /bfd/osf-core.c
parenteffeac392918bb4563c495010a2d1bfcc3463834 (diff)
downloadbinutils-redhat-94add0bb1e76fd7bf7788179efae43cb62d45e65.tar.gz
* aix386-core.c, * cisco-core.c, * hpux-core.c, * osf-core.c,
* sco5-core.c: Init match_priority field.
Diffstat (limited to 'bfd/osf-core.c')
-rw-r--r--bfd/osf-core.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/bfd/osf-core.c b/bfd/osf-core.c
index 0ebbd1d4a2..d613bdbd61 100644
--- a/bfd/osf-core.c
+++ b/bfd/osf-core.c
@@ -1,6 +1,6 @@
/* BFD back-end for OSF/1 core files.
Copyright 1993, 1994, 1995, 1998, 1999, 2001, 2002, 2003, 2004, 2005, 2006,
- 2007 Free Software Foundation, Inc.
+ 2007, 2010, 2011 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
@@ -198,9 +198,10 @@ const bfd_target osf_core_vec =
HAS_LINENO | HAS_DEBUG |
HAS_SYMS | HAS_LOCALS | WP_TEXT | D_PAGED),
(SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC), /* section flags */
- 0, /* symbol prefix */
- ' ', /* ar_pad_char */
- 16, /* ar_max_namelen */
+ 0, /* symbol prefix */
+ ' ', /* ar_pad_char */
+ 16, /* ar_max_namelen */
+ 0, /* match priority. */
NO_GET64, NO_GETS64, NO_PUT64, /* 64 bit data */
NO_GET, NO_GETS, NO_PUT, /* 32 bit data */
NO_GET, NO_GETS, NO_PUT, /* 16 bit data */