diff options
author | Nick Clifton <nickc@redhat.com> | 2005-01-20 15:35:57 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-01-20 15:35:57 +0000 |
commit | fb7679136e9da436e99ae328fe0351b7e87e190e (patch) | |
tree | 340254753c6fb8c80c97e9aee23b837cadd7976c /gas/ChangeLog | |
parent | 9c1831834775d613a2024bf473b87bca1e5af459 (diff) | |
download | gdb-fb7679136e9da436e99ae328fe0351b7e87e190e.zip gdb-fb7679136e9da436e99ae328fe0351b7e87e190e.tar.gz gdb-fb7679136e9da436e99ae328fe0351b7e87e190e.tar.bz2 |
(std_longopts): Add an entry for "--a" in order to prevent getopt_long_only()
from considering -a as an abbreviation for --alternate.
(parse_args): Fix the parsing of -a=<file>.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 572d8e0..ca40e8a 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +2005-01-20 Nick Clifton <nickc@redhat.com> + + * as.c (std_longopts): Add an entry for "--a" in order to prevent + getopt_long_only() from considering -a as an abbreviation for + --alternate. + (parse_args): Fix the parsing of -a=<file>. + 2005-01-20 Alan Modra <amodra@bigpond.net.au> PR gas/684 |