summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrad <brad@openbsd.org>2004-01-03 07:16:25 +0000
committerbrad <brad@openbsd.org>2004-01-03 07:16:25 +0000
commit17d5a5cb51ceac19b35c31959cc6f3feee982b04 (patch)
treef5ccadc32600860946872804475a02475a0c4b97
parentdo not create pid file. it was just for debugging and there was no proper (diff)
downloadwireguard-openbsd-17d5a5cb51ceac19b35c31959cc6f3feee982b04.tar.xz
wireguard-openbsd-17d5a5cb51ceac19b35c31959cc6f3feee982b04.zip
sync the list of acceptable getopt_long options with reality.
Fixes PR 3623 From: binutils CVS 2.11 branch, based on rev 1.15.2.3 ok otto@
-rw-r--r--gnu/usr.bin/binutils/binutils/objcopy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/binutils/objcopy.c b/gnu/usr.bin/binutils/binutils/objcopy.c
index c29ab70e1c2..e8473de15a6 100644
--- a/gnu/usr.bin/binutils/binutils/objcopy.c
+++ b/gnu/usr.bin/binutils/binutils/objcopy.c
@@ -1831,7 +1831,7 @@ strip_main (argc, argv)
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, "I:O:F:K:N:R:o:sSpdgxXhVv",
strip_options, (int *) 0)) != EOF)
{
switch (c)
@@ -1963,7 +1963,7 @@ copy_main (argc, argv)
struct section_list *p;
struct stat statbuf;
- while ((c = getopt_long (argc, argv, "b:i:I:j:K:N:s:O:d:F:L:R:SpgxXVvW:",
+ while ((c = getopt_long (argc, argv, "b:i:I:j:K:N:s:O:d:F:L:G:R:SpgxXhVvW:",
copy_options, (int *) 0)) != EOF)
{
switch (c)