Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/dist/toolchain/binutils add missing o: to the strip(1) g...
details: https://anonhg.NetBSD.org/src/rev/6edf0c20092c
branches: trunk
changeset: 514014:6edf0c20092c
user: mrg <mrg%NetBSD.org@localhost>
date: Mon Aug 20 04:47:29 2001 +0000
description:
add missing o: to the strip(1) getopt format string.
diffstat:
gnu/dist/toolchain/binutils/objcopy.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 44601226a3f7 -r 6edf0c20092c gnu/dist/toolchain/binutils/objcopy.c
--- a/gnu/dist/toolchain/binutils/objcopy.c Mon Aug 20 03:48:29 2001 +0000
+++ b/gnu/dist/toolchain/binutils/objcopy.c Mon Aug 20 04:47:29 2001 +0000
@@ -1835,7 +1835,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:d:F:L:G:R:Spgo:xXVvW:",
strip_options, (int *) 0)) != EOF)
{
switch (c)
Home |
Main Index |
Thread Index |
Old Index