]> git.pld-linux.org Git - packages/binutils.git/blob - binutils-getopt.patch
- md5sums, cleanups
[packages/binutils.git] / binutils-getopt.patch
1 diff -urN binutils-2.11.90.0.19.org/binutils/objcopy.c binutils-2.11.90.0.19/binutils/objcopy.c
2 --- binutils-2.11.90.0.19.org/binutils/objcopy.c        Wed Feb  6 10:23:18 2002
3 +++ binutils-2.11.90.0.19/binutils/objcopy.c    Wed Feb  6 10:23:48 2002
4 @@ -1840,7 +1840,7 @@
5    struct section_list *p;
6    char *output_file = NULL;
7  
8 -  while ((c = getopt_long (argc, argv, "b:i:I:j:K:N:s:O:d:F:L:G:R:SpgxXVvW:",
9 +  while ((c = getopt_long (argc, argv, "b:i:I:j:K:N:o:s:O:d:F:L:G:R:SpgxXVvW:",
10                            strip_options, (int *) 0)) != EOF)
11      {
12        switch (c)
This page took 0.038624 seconds and 3 git commands to generate.