aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2001-12-13 09:38:11 +0000
committerAlan Modra <amodra@gmail.com>2001-12-13 09:38:11 +0000
commit89894c62c6d197265565a007edcf5ddc74d5a1d8 (patch)
tree1e8eec3a6e416e2a6cf94700386a066b329048b3 /ld/ChangeLog
parentae53364610e53bb7551c33dbb85adc6442cdf412 (diff)
downloadgdb-89894c62c6d197265565a007edcf5ddc74d5a1d8.zip
gdb-89894c62c6d197265565a007edcf5ddc74d5a1d8.tar.gz
gdb-89894c62c6d197265565a007edcf5ddc74d5a1d8.tar.bz2
* lexsup.c (parse_args): Don't pass shortopts to second call to
getopt functions. Restore optind rather than decrementing before second call. Remove errind as it now duplicates last_optind.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 54739ee..9e05021 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,9 @@
+2001-12-13 Alan Modra <amodra@bigpond.net.au>
+
+ * lexsup.c (parse_args): Don't pass shortopts to second call to
+ getopt functions. Restore optind rather than decrementing before
+ second call. Remove errind as it now duplicates last_optind.
+
2001-12-11 Christopher Faylor <cgf@redhat.com>
* emultempl/pe.em (gld_${EMULATION_NAME}_list_options): Fix typo.