gdb: Better support for dynamic properties with negative values
[deliverable/binutils-gdb.git] / gprof / corefile.c
index 3717d202940d503595a8f239c5172bdfa2f4d47a..3f350f5f6b2bd6c756868b3d03c226076000ad1b 100644 (file)
@@ -186,6 +186,8 @@ core_init (const char * aout_name)
       done (1);
     }
 
+  core_bfd->flags |= BFD_DECOMPRESS;
+
   if (!bfd_check_format (core_bfd, bfd_object))
     {
       fprintf (stderr, _("%s: %s: not in executable format\n"), whoami, aout_name);
This page took 0.024892 seconds and 4 git commands to generate.