Subversion Repositories Kolibri OS

Rev

Rev 5197 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5197 Rev 6324
Line 1... Line 1...
1
/* Stabs in sections linking support.
1
/* Stabs in sections linking support.
2
   Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
-
 
3
   2006, 2007, 2008 Free Software Foundation, Inc.
2
   Copyright (C) 1996-2015 Free Software Foundation, Inc.
4
   Written by Ian Lance Taylor, Cygnus Support.
3
   Written by Ian Lance Taylor, 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 535... Line 534...
535
       && bfd_is_abs_section (stabsec->output_section)))
534
       && bfd_is_abs_section (stabsec->output_section)))
536
    /* At least one of the sections is being discarded from the
535
    /* At least one of the sections is being discarded from the
537
       link, so we should just ignore them.  */
536
       link, so we should just ignore them.  */
538
    return FALSE;
537
    return FALSE;
Line 539... Line 538...
539
 
538
 
540
  /* We should have initialized our data in _bfd_link_stab_sections.
539
  /* We should have initialized our data in _bfd_link_section_stabs.
541
     If there was some bizarre error reading the string sections, though,
540
     If there was some bizarre error reading the string sections, though,
542
     we might not have.  Bail rather than asserting.  */
541
     we might not have.  Bail rather than asserting.  */
543
  if (psecinfo == NULL)
542
  if (psecinfo == NULL)