i386: Adjust for new output format from readelf
[external/binutils.git] / ld / ld.h
diff --git a/ld/ld.h b/ld/ld.h
index b97d977..55078a9 100644 (file)
--- a/ld/ld.h
+++ b/ld/ld.h
@@ -318,6 +318,9 @@ typedef struct
 
   /* The common page size for ELF.  */
   bfd_vma commonpagesize;
+
+  /* If set, print discarded sections in map file output.  */
+  bfd_boolean print_map_discarded;
 } ld_config_type;
 
 extern ld_config_type config;