URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
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. */
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.