PR other/54749
* fileline.c (fileline_initialize): Pass errnum as -1 when
reporting that we could not read executable information after a
previous failure.
From-SVN: r191855
+2012-09-29 Ian Lance Taylor <iant@google.com>
+
+ PR other/54749
+ * fileline.c (fileline_initialize): Pass errnum as -1 when
+ reporting that we could not read executable information after a
+ previous failure.
+
2012-09-27 Ian Lance Taylor <iant@google.com>
PR bootstrap/54732
if (failed)
{
- error_callback (data, "failed to read executable information", 0);
+ error_callback (data, "failed to read executable information", -1);
return 0;
}