X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=binutils%2FChangeLog;h=18c06c5475045587dab9a9525f1a43b328924bad;hb=8ea5bce59057ef1906bf1180843c0900b191dcab;hp=72745ad0065e0ff163736decc52e791f00499313;hpb=28f997cf676b8e20f0e1d0f3b98b0768d676c29b;p=binutils-gdb.git diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 72745ad0065..18c06c54750 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,68 @@ +2010-07-19 Andreas Schwab + + * readelf.c (process_section_headers): Update key to flags. + +2010-07-17 Dave Korn + + * objcopy.c (copy_usage): Tweak previous typofix. + +2010-07-17 H.J. Lu + + * objcopy.c (copy_usage): Fix a typo. + +2010-07-15 Kai Tietz + + * dllwrap.c (main): Make sure is_leading_underscore + gets initialized with correct default. + +2010-07-05 Alan Modra + + * readelf.c (uncompress_section_contents): Avoid gcc-4.6 warning. + +2010-07-03 Cary Coutant + + * objdump.c (load_specific_debug_section): Decompress section contents + before applying relocations. + * readelf.c (load_specific_debug_section): Update section size after + decompression. + +2010-06-29 Alan Modra + + PR binutils/3166 + * objcopy.c (is_strip_section): Revert 2006-09-05. + (setup_section): Make SHT_GROUP section nobits. + +2010-06-29 Alan Modra + + * configure: Regenerate. + * po/POTFILES.in: Regenerate. + +2010-06-27 Alan Modra + + * resbin.c (res_to_bin_accelerator): Delete set but unused variables. + +2010-06-17 Nick Clifton + + PR binutils/11711 + * windres.c (enum option_values): New enum. + (long_options): Use separate option number for --include-dir + option. + (main): Separate backwards compatibility check from code to + implement --include-dir. Check to see if directory exists and do + not complain if it does. + +2010-06-15 Joseph Myers + + * readelf.c (display_tic6x_attribute, process_tic6x_specific): + New. + (process_arch_specific): Call process_tic6x_specific for + EM_TI_C6000. + +2010-06-11 H.J. Lu + + * readelf.c (dump_ia64_vms_dynamic_fixups): Cast to unsigned long + for 0x%lx. + 2010-06-11 Tristan Gingold Doug Rupp