URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 147 |
Rev 160 |
Line 57... |
Line 57... |
|
|
if (stdoutput == NULL)
|
if (stdoutput == NULL)
|
return;
|
return;
|
|
|
/* Close the bfd. */
|
/* Close the bfd. */
|
|
if (had_errors ())
|
|
res = bfd_cache_close_all ();
|
|
else
|
res = bfd_close (stdoutput);
|
res = bfd_close (stdoutput);
|
|
|
/* Prevent an infinite loop - if the close failed we will call as_fatal
|
/* Prevent an infinite loop - if the close failed we will call as_fatal
|
which will call xexit() which may call this function again... */
|
which will call xexit() which may call this function again... */
|
stdoutput = NULL;
|
stdoutput = NULL;
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.