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

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [bfd/] [cache.c] - Diff between revs 161 and 166

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

Rev 161 Rev 166
Line 196... Line 196...
{
{
  bfd *orig_bfd = abfd;
  bfd *orig_bfd = abfd;
  if ((abfd->flags & BFD_IN_MEMORY) != 0)
  if ((abfd->flags & BFD_IN_MEMORY) != 0)
    abort ();
    abort ();
 
 
  if (abfd->my_archive)
  while (abfd->my_archive)
    abfd = abfd->my_archive;
    abfd = abfd->my_archive;
 
 
  if (abfd->iostream != NULL)
  if (abfd->iostream != NULL)
    {
    {
      /* Move the file to the start of the cache.  */
      /* Move the file to the start of the cache.  */

powered by: WebSVN 2.1.0

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