PR24520, gprof fails to read compressed debug data
PR 24520 * corefile.c (core_init): Set BFD_DECOMPRESS.
This commit is contained in:
parent
c91f298b52
commit
9420801e57
@ -1,3 +1,8 @@
|
|||||||
|
2019-05-08 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
|
PR 24520
|
||||||
|
* corefile.c (core_init): Set BFD_DECOMPRESS.
|
||||||
|
|
||||||
2019-04-01 Alan Modra <amodra@gmail.com>
|
2019-04-01 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
PR 24402
|
PR 24402
|
||||||
|
@ -186,6 +186,8 @@ core_init (const char * aout_name)
|
|||||||
done (1);
|
done (1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
core_bfd->flags |= BFD_DECOMPRESS;
|
||||||
|
|
||||||
if (!bfd_check_format (core_bfd, bfd_object))
|
if (!bfd_check_format (core_bfd, bfd_object))
|
||||||
{
|
{
|
||||||
fprintf (stderr, _("%s: %s: not in executable format\n"), whoami, aout_name);
|
fprintf (stderr, _("%s: %s: not in executable format\n"), whoami, aout_name);
|
||||||
|
Loading…
Reference in New Issue
Block a user