* pe-dll.c (auto_export): Use bsearch to speed up scan of exports
[deliverable/binutils-gdb.git] / ld / ld.h
diff --git a/ld/ld.h b/ld/ld.h
index 996cdd22b1b322cd72aebd325326f86c249a161c..a18b265eb85838ff3e32dfdf46a6b34f0a3df23e 100644 (file)
--- a/ld/ld.h
+++ b/ld/ld.h
@@ -200,6 +200,9 @@ typedef struct {
      input files.  */
   bfd_boolean accept_unknown_input_arch;
 
+  /* If TRUE we'll just print the default output on stdout.  */
+  bfd_boolean print_output_format;
+
   /* Big or little endian as set on command line.  */
   enum endian_enum endian;
 
This page took 0.023243 seconds and 4 git commands to generate.