OSDN Git Service

Implement ld --print-output-format.
[pf3gnuchains/pf3gnuchains4x.git] / ld / ld.h
diff --git a/ld/ld.h b/ld/ld.h
index 996cdd2..a18b265 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;