bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

missing option in strip


From: Thorsten Kranzkowski
Subject: missing option in strip
Date: Wed, 4 Jul 2001 21:05:32 +0000

Hi!

As of binutils-2.11.90.0.19 the strip utility is missing a documented
command line option '-o'. This breaks the linux kernel build on alpha platform.

The following patch fixes the problem.

bye,
Thorsten


--- binutils-2.11.90.0.19/binutils/objcopy.c.orig       Tue Jul  3 23:36:27 2001
+++ binutils-2.11.90.0.19/binutils/objcopy.c    Tue Jul  3 23:37:02 2001
@@ -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:s:O:o:d:F:L:G:R:SpgxXVvW:",
                           strip_options, (int *) 0)) != EOF)
     {
       switch (c)

-- 
| Thorsten Kranzkowski        Internet: address@hidden                        |
| Mobile: ++49 170 1876134       Snail: Niemannsweg 30, 49201 Dissen, Germany |
| Ampr: address@hidden, address@hidden [44.130.8.19] |



reply via email to

[Prev in Thread] Current Thread [Next in Thread]