diff options
author | Alan Modra <amodra@gmail.com> | 2010-12-08 05:05:30 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2010-12-08 05:05:30 +0000 |
commit | dbcf63876c7d40283e7a6b9eed7e89f0ac1ed22c (patch) | |
tree | 65f2b7b5a7760fcbcc1e5ef6649d6b628a7f7e1d /binutils/ChangeLog | |
parent | 90b79792c01821d14248f4cf8c330a599fb5a4be (diff) | |
download | gdb-dbcf63876c7d40283e7a6b9eed7e89f0ac1ed22c.zip gdb-dbcf63876c7d40283e7a6b9eed7e89f0ac1ed22c.tar.gz gdb-dbcf63876c7d40283e7a6b9eed7e89f0ac1ed22c.tar.bz2 |
* ar.c: Formatting.
(usage): Correct help strings.
(decode_options): Correct getopt_long short options. Remove
duplicate non-handled option message.
(main): Don't handle -M specially.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 6ce7950..538cd40 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,11 @@ +2010-12-08 Alan Modra <amodra@gmail.com> + + * ar.c: Formatting. + (usage): Correct help strings. + (decode_options): Correct getopt_long short options. Remove + duplicate non-handled option message. + (main): Don't handle -M specially. + 2010-12-08 Arnaud Lacombe <lacombar@gmail.com> * ar.c (long_options): Add target. |