From 7c9264045a4b05d37a149ffa13ab28c85a92ebeb Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Thu, 8 Oct 1992 01:13:12 +0000 Subject: * 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. --- binutils/copy.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'binutils/copy.c') diff --git a/binutils/copy.c b/binutils/copy.c index e1ac8a8..52a99aa 100644 --- a/binutils/copy.c +++ b/binutils/copy.c @@ -421,6 +421,12 @@ main(argc, argv) verbose = true; show_version = true; break; + + /* undocumented for now */ + case 'd': + i++; + output_target = argv[i]; + break; default: strip_usage(); } -- cgit v1.1