X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=binutils%2FChangeLog;h=014d8af34a6244cf34900b618d833da141aa23e9;hb=8b9a522f5779a9e8640df98c7010f763b008f625;hp=5e71463c11c84c9302c99167044854d4f40337a2;hpb=5bbdf3d565cb8fe67357238efe24929209da4f21;p=deliverable%2Fbinutils-gdb.git diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 5e71463c11..014d8af34a 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,35 @@ +2010-12-09 Mike Frysinger + + * .gitignore: New file. + +2010-12-08 Alan Modra + + * 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 + + * 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. + (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 + 2010-12-03 Doug Evans * dwarf.c: #include "bfd_stdint.h".