]> git.pld-linux.org Git - packages/binutils.git/commitdiff
- fix -o option
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 6 Feb 2002 09:25:07 +0000 (09:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    binutils-getopt.patch -> 1.1

binutils-getopt.patch [new file with mode: 0644]

diff --git a/binutils-getopt.patch b/binutils-getopt.patch
new file mode 100644 (file)
index 0000000..005bf03
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urN binutils-2.11.90.0.19.org/binutils/objcopy.c binutils-2.11.90.0.19/binutils/objcopy.c
+--- binutils-2.11.90.0.19.org/binutils/objcopy.c       Wed Feb  6 10:23:18 2002
++++ binutils-2.11.90.0.19/binutils/objcopy.c   Wed Feb  6 10:23:48 2002
+@@ -1840,7 +1840,7 @@
+   struct section_list *p;
+   char *output_file = NULL;
+-  while ((c = getopt_long (argc, argv, "b:i:I:j:K:N:s:O:d:F:L:G:R:SpgxXVvW:",
++  while ((c = getopt_long (argc, argv, "b:i:I:j:K:N:o:s:O:d:F:L:G:R:SpgxXVvW:",
+                          strip_options, (int *) 0)) != EOF)
+     {
+       switch (c)
This page took 0.163929 seconds and 4 git commands to generate.