URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 27 |
Rev 148 |
Line 289... |
Line 289... |
&& errors.error_count() == 0)
|
&& errors.error_count() == 0)
|
gold_error("treating warnings as errors");
|
gold_error("treating warnings as errors");
|
|
|
// If the user used --noinhibit-exec, we force the exit status to be
|
// If the user used --noinhibit-exec, we force the exit status to be
|
// successful. This is compatible with GNU ld.
|
// successful. This is compatible with GNU ld.
|
gold_exit(errors.error_count() == 0
|
gold_exit((errors.error_count() == 0
|
|| parameters->options().noinhibit_exec());
|
|| parameters->options().noinhibit_exec())
|
|
? GOLD_OK
|
|
: GOLD_ERR);
|
}
|
}
|
|
|
No newline at end of file
|
No newline at end of file
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.