mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
re PR other/54749 (libbacktrace)
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
This commit is contained in:
committed by
Ian Lance Taylor
parent
7c0de75353
commit
8a447b3d4d
@@ -1,3 +1,10 @@
|
||||
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
|
||||
|
||||
@@ -63,7 +63,7 @@ fileline_initialize (struct backtrace_state *state,
|
||||
|
||||
if (failed)
|
||||
{
|
||||
error_callback (data, "failed to read executable information", 0);
|
||||
error_callback (data, "failed to read executable information", -1);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user