PowerPC add initial -mfuture instruction support
[deliverable/binutils-gdb.git] / binutils / objdump.c
index 05d503e5148512db7a8f6ba6e8539db3828f6d08..7381e4885d5942364f32cab5476fcba7d17397e8 100644 (file)
@@ -1946,7 +1946,8 @@ disassemble_bytes (struct disassemble_info * inf,
              inf->stream = &sfile;
              inf->bytes_per_line = 0;
              inf->bytes_per_chunk = 0;
-             inf->flags = disassemble_all ? DISASSEMBLE_DATA : 0;
+             inf->flags = ((disassemble_all ? DISASSEMBLE_DATA : 0)
+                           | (wide_output ? WIDE_OUTPUT : 0));
              if (machine)
                inf->flags |= USER_SPECIFIED_MACHINE_TYPE;
 
This page took 0.024721 seconds and 4 git commands to generate.