X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=binutils%2FChangeLog;h=18c06c5475045587dab9a9525f1a43b328924bad;hb=8ea5bce59057ef1906bf1180843c0900b191dcab;hp=9c8d87cecf939480117864ec9a8e763f572dc42a;hpb=18ae9cc1db45e2e7f6467b91d8abbc5eb45fbaa5;p=binutils-gdb.git diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 9c8d87cecf9..18c06c54750 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,134 @@ +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 + + * readelf.c (is_ia64_vms): New function. + (dump_relocations): Use it. + (get_machine_flags): Display IA-64 OpenVMS flags. + (process_program_headers): No error on OpenVMS if no .dynamic section. + (struct ia64_vms_dynfixup, struct ia64_vms_dynimgrela): New + declarations. + (dump_ia64_vms_dynamic_fixups): New function. + (dump_ia64_vms_dynamic_relocs): Ditto. + (process_ia64_vms_dynamic_relocs): Ditto. + (process_relocs): Handle IA-64 OpenVMS relocs. + (VMS_EPOCH_OFFSET, VMS_GRANULARITY_FACTOR): New macros. + (print_vms_time): New function. + (dynamic_section_ia64_val): Handle DT_IA_64_VMS_LINKTIME and + DT_IA_64_VMS_LNKFLAGS. + (get_ia64_symbol_other): New function. + (get_symbol_other): Handle EM_IA_64. + +2010-06-11 Tristan Gingold + + * unwind-ia64.c (unw_print_abreg): Add const to special_reg. + (UNW_DEC_ABI): Ditto for abiname. + (unw_decode_table): Make it const. + +2010-06-10 Tristan Gingold + + * readelf.c (slurp_ia64_unwind_table): IA64 rela relocations are + not inplace. + +2010-05-25 Daniel Jacobowitz + Joseph Myers + Andrew Stubbs + + * readelf.c (get_machine_flags): Handle EF_SH_PIC and EF_SH_FDPIC. + +2010-05-25 Jay Krell + + PR ld/11621 + * Makefile.am: Replace all occurences of .o with .@OBJEXT@ + * Makefile.in: Regenerate. + +2010-05-24 Tristan Gingold + + * readelf.c (usage): Add new trace sections for --debug-dump. + (process_section_headers): Handle dump of trace sections. + * objdump.c (usage): Add new trace sections for --dwarf. + * dwarf.h (do_trace_info, do_trace_abbrevs): New variables. + (do_trace_aranges): Ditto. + (enum dwarf_section_display_enum): Add trace_info, trace_abbrev + and trace_aranges literals. + * dwarf.c (do_trace_info, do_trace_abbrevs): New variables. + (do_trace_aranges): Ditto. + (process_debug_info): Add abbrev_sec argument and replace + abbrev with abbrev_sec. + (load_debug_info): Adjust call of process_debug_info. + (display_debug_info): Ditto. + (display_trace_info): New function. + (dwarf_select_sections_by_names): Add trace_info, trace_abbrevs + and trace_aranges sections name. + (dwarf_select_sections_all): Also select trace sections. + (debug_displays): Reindent. Add entries for the trace sections. + * doc/binutils.texi (readelf): Document new --dwarf parameters. + (objdump): Ditto. + 2010-05-18 H.J. Lu PR gas/11600