PR 12590
[deliverable/binutils-gdb.git] / binutils / addr2line.c
index b49c43a479105776015bfe8788daeb2544b582aa..10c6cde62e6c78855d1046cc3973ec930febacfa 100644 (file)
@@ -313,6 +313,9 @@ process_file (const char *file_name, const char *section_name,
   if (abfd == NULL)
     bfd_fatal (file_name);
 
+  /* Decompress sections.  */
+  abfd->flags |= BFD_DECOMPRESS;
+
   if (bfd_check_format (abfd, bfd_archive))
     fatal (_("%s: cannot get addresses from archive"), file_name);
 
This page took 0.022558 seconds and 4 git commands to generate.