mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
* 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.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user