* gprof/corefile.c: Remove BFD_DECOMPRESS conditional, as per amodra.
Signed-off-by: Frank Ch. Eigler <fche@redhat.com>
{
if (bfd_check_format (debug_bfd, bfd_object))
{
- /* Successfully opened the debug file.
- Enable decompression on the debug file. */
- if ((debug_bfd->flags & BFD_DECOMPRESS) == 0)
- debug_bfd->flags |= BFD_DECOMPRESS;
-
/* Store the debug BFD for use during symbol reading.
We'll use this for bfd_canonicalize_symtab and other symbol ops. */
core_debug_bfd = debug_bfd;