From: Ian Lance Taylor Date: Wed, 17 Dec 1997 09:16:05 +0000 (+0000) Subject: * lexsup.c (parse_args): Keep track of where we are in the option X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ce71bfc23284b3c75a7ef83848711795b04f72f5;p=binutils-gdb.git * lexsup.c (parse_args): Keep track of where we are in the option parsing before calling ldemul_parse_args, so that we don't call it multiple times on the same argument and confuse the getopt internals. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index fd3085c8811..ad58f493414 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,10 @@ +Wed Dec 17 12:14:11 1997 Ian Lance Taylor + + * lexsup.c (parse_args): Keep track of where we are in the option + parsing before calling ldemul_parse_args, so that we don't call it + multiple times on the same argument and confuse the getopt + internals. + start-sanitize-d30v Thu Dec 11 09:00:15 1997 Michael Meissner