From 6d900bf62cab3b563736b20e97dc388ad6d2eb3a Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Sun, 24 Jun 2001 16:27:00 +0000 Subject: 2001-06-24 H.J. Lu * objcopy.c (strip_main): Revert the change made on 2001-05-30 by accident. (copy_main): Apply the the change made to strip_main on 2001-05-30 by accident. --- binutils/ChangeLog | 7 +++++++ binutils/objcopy.c | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) (limited to 'binutils') diff --git a/binutils/ChangeLog b/binutils/ChangeLog index de1ca76..f6d4213 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,10 @@ +2001-06-24 H.J. Lu + + * objcopy.c (strip_main): Revert the change made on 2001-05-30 + by accident. + (copy_main): Apply the the change made to strip_main on + 2001-05-30 by accident. + 2001-06-23 Andreas Jaeger * unwind-ia64.c (unw_decode_x1): Add unused attribute for diff --git a/binutils/objcopy.c b/binutils/objcopy.c index 1d3efc7..6195d4a 100644 --- a/binutils/objcopy.c +++ b/binutils/objcopy.c @@ -1845,7 +1845,7 @@ strip_main (argc, argv) struct section_list *p; char *output_file = NULL; - while ((c = getopt_long (argc, argv, "b:i:o: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:sSpdgxXVv", strip_options, (int *) 0)) != EOF) { switch (c) @@ -1978,7 +1978,7 @@ copy_main (argc, argv) struct section_list *p; struct stat statbuf; - while ((c = getopt_long (argc, argv, "b:B:i:I:j:K:N:s:O:d:F:L:R:SpgxXVvW:", + while ((c = getopt_long (argc, argv, "b:B:i:I:j:K:N:s:O:d:F:L:G:R:SpgxXVvW:", copy_options, (int *) 0)) != EOF) { switch (c) -- cgit v1.1