Add R_X86_64_RELATIVE64.
[deliverable/binutils-gdb.git] / binutils / nm.c
index 2fc13b4c31993ccca7a6283891b90e3a00bf125e..04067b158130b7cb2caa716e678acd4b6b9c156f 100644 (file)
@@ -1202,6 +1202,10 @@ display_file (char *filename)
       return FALSE;
     }
 
+  /* If printing line numbers, decompress the debug sections.  */
+  if (line_numbers)
+    file->flags |= BFD_DECOMPRESS;
+
   if (bfd_check_format (file, bfd_archive))
     {
       display_archive (file);
This page took 0.022947 seconds and 4 git commands to generate.