diff options
author | Alan Modra <amodra@gmail.com> | 2010-12-08 05:00:14 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2010-12-08 05:00:14 +0000 |
commit | 90b79792c01821d14248f4cf8c330a599fb5a4be (patch) | |
tree | 14e49ef6e79737b9a0176728d84fb47886b28098 /binutils/ChangeLog | |
parent | 4e4075512b08d37e1431411d3e59bb3cc25fd490 (diff) | |
download | gdb-90b79792c01821d14248f4cf8c330a599fb5a4be.zip gdb-90b79792c01821d14248f4cf8c330a599fb5a4be.tar.gz gdb-90b79792c01821d14248f4cf8c330a599fb5a4be.tar.bz2 |
* ar.c (long_options): Add target.
(decode_options): Handle the --target option.
(open_inarch): Check for plugin's target, default to --target
(replace_members): Use generic `target'.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 77b6a51..6ce7950 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,10 @@ 2010-12-08 Arnaud Lacombe <lacombar@gmail.com> + * ar.c (long_options): Add target. + (decode_options): Handle the --target option. + (open_inarch): Check for plugin's target, default to --target + (replace_members): Use generic `target'. + * ar.c (operation): New global variable. (show_version): Likewise. (show_help): Likewise. |