OpenCores
URL https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [binutils/] [nm.c] - Diff between revs 15 and 161

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 15 Rev 161
Line 1200... Line 1200...
    {
    {
      bfd_nonfatal (filename);
      bfd_nonfatal (filename);
      return FALSE;
      return FALSE;
    }
    }
 
 
 
  /* If printing line numbers, decompress the debug sections.  */
 
  if (line_numbers)
 
    file->flags |= BFD_DECOMPRESS;
 
 
  if (bfd_check_format (file, bfd_archive))
  if (bfd_check_format (file, bfd_archive))
    {
    {
      display_archive (file);
      display_archive (file);
    }
    }
  else if (bfd_check_format_matches (file, bfd_object, &matching))
  else if (bfd_check_format_matches (file, bfd_object, &matching))

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.