Subversion Repositories Kolibri OS

Rev

Rev 5197 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5197 Rev 6324
Line 1... Line 1...
1
/* Generic BFD support for file formats.
1
/* Generic BFD support for file formats.
2
   Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1999, 2000, 2001, 2002,
-
 
3
   2003, 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
2
   Copyright (C) 1990-2015 Free Software Foundation, Inc.
4
   Written by Cygnus Support.
3
   Written by Cygnus Support.
Line 5... Line 4...
5
 
4
 
Line 6... Line 5...
6
   This file is part of BFD, the Binary File Descriptor library.
5
   This file is part of BFD, the Binary File Descriptor library.
Line 401... Line 400...
401
    }
400
    }
Line 402... Line 401...
402
 
401
 
403
  /* We still have more than one equally good match, and at least some
402
  /* We still have more than one equally good match, and at least some
404
     of the targets support match priority.  Choose the first of the
403
     of the targets support match priority.  Choose the first of the
405
     best matches.  */
404
     best matches.  */
406
  if (match_count > 1 && best_count != match_count)
405
  if (matching_vector && match_count > 1 && best_count != match_count)
407
    {
406
    {
Line 408... Line 407...
408
      int i;
407
      int i;
409
 
408