output format. Needed by gdb for Nindy.
* m68k-pinsn.c (print_insn_arg): Handle new "`" operand type.
+Wed Oct 7 12:53:52 1992 Ken Raeburn (raeburn@cygnus.com)
+
+ * copy.c (main): Even if is_strip, accept -d argument indicating
+ alternate output format. Needed by gdb for Nindy.
+
+ * m68k-pinsn.c (print_insn_arg): Handle new "`" operand type.
Tue Oct 6 16:33:56 1992 Jeffrey Osier (jeffrey@cygnus.com)
verbose = true;
show_version = true;
break;
+
+ /* undocumented for now */
+ case 'd':
+ i++;
+ output_target = argv[i];
+ break;
default:
strip_usage();
}
case '?':
case '/':
case '&':
+ case '`':
if (place == 'd')
{