diff options
author | Alan Modra <amodra@gmail.com> | 2010-12-08 04:59:36 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2010-12-08 04:59:36 +0000 |
commit | 4e4075512b08d37e1431411d3e59bb3cc25fd490 (patch) | |
tree | 3f28d00fa83ff71b9ca4fe667238e9fbe0d815d6 /binutils/ChangeLog | |
parent | 1154c3efa17b5488a3f2931eeebf19c44fb1b8a1 (diff) | |
download | gdb-4e4075512b08d37e1431411d3e59bb3cc25fd490.zip gdb-4e4075512b08d37e1431411d3e59bb3cc25fd490.tar.gz gdb-4e4075512b08d37e1431411d3e59bb3cc25fd490.tar.bz2 |
* ar.c (operation): New global variable.
(show_version): Likewise.
(show_help): Likewise.
(long_options): Likewise.
(usage): Fix help string argument order.
(decode_options): New.
(ranlib_main): Use getopt_long.
(main): Use decode_options.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index adc9ab6..77b6a51 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,14 @@ 2010-12-08 Arnaud Lacombe <lacombar@gmail.com> + * ar.c (operation): New global variable. + (show_version): Likewise. + (show_help): Likewise. + (long_options): Likewise. + (usage): Fix help string argument order. + (decode_options): New. + (ranlib_main): Use getopt_long. + (main): Use decode_options. + * ar.c (main): Split ranlib path. (ranlib_usage): New (ranlib_main): New |