* lexsup.c (parse_args): Keep track of where we are in the option
authorIan Lance Taylor <ian@airs.com>
Wed, 17 Dec 1997 09:16:05 +0000 (09:16 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 17 Dec 1997 09:16:05 +0000 (09:16 +0000)
parsing before calling ldemul_parse_args, so that we don't call it
multiple times on the same argument and confuse the getopt
internals.

ld/ChangeLog

index fd3085c8811069cbd2d7d8cc86a633578e4b6b60..ad58f49341452132e682b4ab627b5160296b63d6 100644 (file)
@@ -1,3 +1,10 @@
+Wed Dec 17 12:14:11 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * 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  <meissner@cygnus.com>