aboutsummaryrefslogtreecommitdiff
path: root/binutils/copy.c
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/copy.c')
-rw-r--r--binutils/copy.c6
1 files changed, 6 insertions, 0 deletions
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();
}