aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-12-17 09:16:05 +0000
committerIan Lance Taylor <ian@airs.com>1997-12-17 09:16:05 +0000
commitce71bfc23284b3c75a7ef83848711795b04f72f5 (patch)
tree41b32eeb2efa47d7e026361040e0898719206ad4 /ld
parentbe8da925758f59851177063ad35037404d461bc2 (diff)
downloadgdb-ce71bfc23284b3c75a7ef83848711795b04f72f5.zip
gdb-ce71bfc23284b3c75a7ef83848711795b04f72f5.tar.gz
gdb-ce71bfc23284b3c75a7ef83848711795b04f72f5.tar.bz2
* 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.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index fd3085c..ad58f49 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -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>