Convert break-catch-syscall.c to type-safe registry API
[deliverable/binutils-gdb.git] / ld / ld.h
diff --git a/ld/ld.h b/ld/ld.h
index b97d977f37b3a9fbda584b49395aca7ab79ee75e..55078a9637b9ad09f18ef58ae44c6ff089ddb3f4 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;
This page took 0.023589 seconds and 4 git commands to generate.