+2014-12-24 Alexander Cherepanov <cherepan@mccme.ru>
+
+ PR binutils/17671
+ * objcopy.c (copy_main, strip_main): Add D and U to the list of
+ accepted short versions of long options.
+
2014-12-24 Nick Clifton <nickc@redhat.com>
* dwarf.c (read_cie): Revert check for unused augmentation data -
int i;
char *output_file = NULL;
- while ((c = getopt_long (argc, argv, "I:O:F:K:N:R:o:sSpdgxXHhVvw",
+ while ((c = getopt_long (argc, argv, "I:O:F:K:N:R:o:sSpdgxXHhVvwDU",
strip_options, (int *) 0)) != EOF)
{
switch (c)
struct stat statbuf;
const bfd_arch_info_type *input_arch = NULL;
- while ((c = getopt_long (argc, argv, "b:B:i:I:j:K:N:s:O:d:F:L:G:R:SpgxXHhVvW:w",
+ while ((c = getopt_long (argc, argv, "b:B:i:I:j:K:N:s:O:d:F:L:G:R:SpgxXHhVvW:wDU",
copy_options, (int *) 0)) != EOF)
{
switch (c)