From 0e8cbeb71fa3de0dc6456becfe0776e1a16478c2 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Wed, 8 Jun 2011 00:16:53 +0000 Subject: * aix386-core.c, * cisco-core.c, * hpux-core.c, * osf-core.c, * sco5-core.c: Init match_priority field. --- bfd/hpux-core.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'bfd/hpux-core.c') diff --git a/bfd/hpux-core.c b/bfd/hpux-core.c index 51990143078..3e8fd830bb6 100644 --- a/bfd/hpux-core.c +++ b/bfd/hpux-core.c @@ -1,6 +1,6 @@ /* BFD back-end for HP/UX core files. Copyright 1993, 1994, 1996, 1998, 1999, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008 Free Software Foundation, Inc. + 2007, 2008, 2010, 2011 Free Software Foundation, Inc. Written by Stu Grossman, Cygnus Support. Converted to back-end form by Ian Lance Taylor, Cygnus SUpport @@ -387,9 +387,10 @@ const bfd_target hpux_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 */ -- cgit v1.2.1