Add note to check that all changes have been pushed before creating the source tarballs
[binutils-gdb.git] / binutils / objdump.c
index 3f4399194ad543d3f18b8095a5acd325201df478..a35982ea9695704e328ab4e89d2866d1279b1d7f 100644 (file)
@@ -115,7 +115,7 @@ static bool disassemble;            /* -d */
 static bool disassemble_all;           /* -D */
 static int disassemble_zeroes;         /* --disassemble-zeroes */
 static bool formats_info;              /* -i */
-static int wide_output;                        /* -w */
+int wide_output;                       /* -w */
 static int insn_width;                 /* --insn-width */
 static bfd_vma start_address = (bfd_vma) -1; /* --start-address */
 static bfd_vma stop_address = (bfd_vma) -1;  /* --stop-address */