X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=binutils%2FChangeLog;h=a7ee38aca83b630dff8542ec3e5f7f32694874d0;hb=2128eb399e7c8ad74793352fa88fdee4a5767fe8;hp=7d11219c74708e9f3cff090c67794d230f388629;hpb=4510857d06b0cfd22754a1714a460768fe8f67df;p=deliverable%2Fbinutils-gdb.git diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 7d11219c74..a7ee38aca8 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,368 +1,63 @@ -2011-05-02 Alan Modra +2012-01-20 Tristan Gingold - PR binutils/12720 - Revert the following change - Michael Snyder - * ar.c (move_members): Plug memory leak. - (delete_members): Plug memory leak. + * od-macho.c (OPT_SEG_SPLIT_INFO): New macro. + (options): Add an entry for seg_split_info. + (mach_o_help): Document it. + (dump_segment_split_info): New function. + (dump_load_command): Handle seg_split_info. -2011-04-28 Tom Tromey +2012-01-19 Tristan Gingold - * NEWS: Add note about --dwarf-depth, --dwarf-start, and - dwarf-mode.el. - * objdump.c (suppress_bfd_header): New global. - (usage): Update. - (OPTION_DWARF_DEPTH, OPTION_DWARF_START): New constants. - (options): Add dwarf-depth and dwarf-start entries. - (dump_bfd): Use suppress_bfd_header. - (main): Handle OPTION_DWARF_START, OPTION_DWARF_DEPTH. - * doc/binutils.texi (objcopy): Document --dwarf-depth and - --dwarf-start. - (readelf): Likewise. - * dwarf-mode.el: New file. - * dwarf.c (dwarf_cutoff_level, dwarf_start_die): New globals. - (read_and_display_attr_value): Also check debug_info_p. - (process_debug_info): Handle dwarf_start_die and - dwarf_cutoff_level. - * dwarf.h (dwarf_cutoff_level, dwarf_start_die): Declare. - * readelf.c (usage): Update. - (OPTION_DWARF_DEPTH): New macro. - (OPTION_DWARF_START): Likewise. - (options): Add dwarf-depth and dwarf-start entries. - (parse_args): Handle OPTION_DWARF_START and OPTION_DWARF_DEPTH. + * dwarf.c (process_extended_line_op): Add a cast to silent a + warning. -2011-04-28 Jan Kratochvil +2012-01-19 Tristan Gingold - * dwarf.c (display_gdb_index): Support version 5, warn on version 4. + * dwarf.c (process_extended_line_op): Reindent define_file output. + Detect define_file opcode length mismatch. + (display_debug_lines_decoded): Add an entry in file_table for each + define_file opcode. + Ignore DW_LNE_set_discriminator and DW_LNE_HP_set_sequence. + Display extended opcode for unhandle opcode. -2011-04-27 Tristan Gingold +2012-01-17 Alan Modra - * dwarf.c (process_extended_line_op): Handle - DW_LNE_HP_source_file_correlation. + * version.c (print_version): Update copyright message year. -2011-04-27 Nick Clifton +2012-01-16 Alan Modra - * po/da.po: Updated Danish translation. + PR binutils/13593 + * nm.c (OPTION_SIZE_SORT): Define. + (long_options): Don't set no_sort, sort_numerically or + sort_by_size directly. + (main): Instead set the flags here, making them mutually exclusive. -2011-04-21 Tom Tromey +2012-01-10 Tristan Gingold - * readelf.c (print_stapsdt_note): New function. - (process_note): Use it. + * objdump.c (display_object_bfd): Renamed from ... + (display_bfd): ... this. + (display_any_bfd): New function. + (display_file): Split. Handle nested archives. -2011-04-21 Tom Tromey +2012-01-09 Roland McGrath - * readelf.c (get_stapsdt_note_type): New function. - (process_note): Recognize "stapsdt" notes. + * configure.in: Use AM_ZLIB. + * configure: Regenerated. -2011-04-21 Tom Tromey +2012-01-06 Nick Clifton - * readelf.c (process_corefile_note_segment): Change header field - widths. - (process_note): Change field widths. + * po/ru.po: Updated Russian translation. -2011-04-21 Tom Tromey +2012-01-04 Tristan Gingold - * readelf.c (print_gnu_note): New function. - (process_note): Use it. + * od-macho.c (dump_load_command): Handle fvmlib. -2011-04-21 Jie Zhang +2012-01-04 Tristan Gingold - * MAINTAINERS: Update my email address. + * od-macho.c: Update copyright year. + (dump_load_command): Handle BFD_MACH_O_LC_ENCRYPTION_INFO. -2011-04-11 Kai Tietz - - * windres.c (usage): Add new --preprocessor-arg option. - (option_values): Add new OPTION_PREPROCESSOR_ARG enumerator. - (option long_options): Add preprocessor-arg option. - (main): Handle it. - * doc/binutils.texi: Add documentation for --preprocessor-arg - option. - * NEWS: Add line about new --preprocessor-arg option for windres. - -2011-04-08 John Marino - - * arlex.l: Prevent redefinition of YY_NO_UNPUT. - * syslex.l: Likewise. - -2011-04-07 Paul Brook - - * readelf.c (arm_section_get_word): Handle C6000 relocations. - (decode_tic6x_unwind_regmask, decode_arm_unwind_bytecode, - decode_tic6x_unwind_bytecode, expand_prel31): New functions. - (decode_arm_unwind): Split out common code from ARM specific bits. - (dump_arm_unwind): Use expand_prel31. - (arm_process_unwind): Handle SHT_C6000_UNWIND sections. - (process_unwind): Add SHT_C6000_UNWIND. - -2011-04-06 Joseph Myers - - * configure.in (thumb-*-pe*): Remove. - * configure: Regenerate. - -2011-04-05 Sterling Augustine - - * MAINTAINERS: Update my email address. - -2011-04-03 H.J. Lu - - PR binutils/12632 - * objcopy.c (copy_unknown_object): Make the archive element - readable. - -2011-04-03 David S. Miller - - * objdump.c (dump_reloc_set): Output R_SPARC_OLO10 relocations - accurately, rather than how they are represented internally. - -2011-03-31 Tristan Gingold - - * makefile.vms (readelf.exe): New target. - -2011-03-31 Tristan Gingold - - * makefile.vms (DEBUG_OBJS): Add elfcomm.obj. - -2011-03-31 Bernd Schmidt - - * readelf.c (get_symbol_index_type): Handle SCOM for TIC6X. - (dump_relocations): Likewise. - -2011-03-31 Tristan Gingold - - * readelf.c (get_ia64_vms_note_type): New function. - (print_ia64_vms_note): Ditto. - (process_note): Recognize VMS/ia64 specific notes. - Display them. - (process_corefile_note_segment): Decode VMS notes. - -2011-03-30 Catherine Moore - - * addr2line.c (translate_addresses): Sign extend the pc - if sign_extend_vma is enabled. - -2011-03-30 Michael Snyder - - * readelf.c (process_gnu_liblist): Stop memory leak. - -2011-03-29 Alan Modra - - * coffdump.c: Include bfd_stdint.h - -2011-03-28 Pierre Muller - - * coffdump.c (coff_dump): Correct spelling error. - (show_usage): Replace SYSROFF by COFF. - -2011-03-25 Pierre Muller - - * coffdump.c (dump_coff_scope): Use double typecast for pointer P - to allow compilation for all targets. - -2011-03-25 Pierre Muller - - * dwarf.c (process_debug_info): Use offset_size to determine - the bit-size of the computation unit's offset. - (decode_location_expression): Use dwarf_vmatoa function to display - DW_OP_addr OP. - (process_debug_info): Use dwarf_vma type for local variables - length and type_offset. - -2011-03-25 Michael Snyder - - * strings.c (print_strings): Plug memory leak. - * ar.c (move_members): Plug memory leak. - (delete_members): Plug memory leak. - (write_archive): Plug memory leak. - * ieee.c (ieee_add_bb11): Plug memory leak. - (ieee_function_type): Likewise. - (ieee_class_baseclass): Likewise. - * prdbg.c (pr_function_type): Close memory leaks. - (pr_method_type): Likewise. - (tg_class_static_member): Likewise. - (tg_class_method_variant): Likewise. - (tg_class_static_method_variant): Likewise. - * stabs.c (parse_stab_enum_type): Fix memory leaks. - (parse_stab_struct_type): Likewise. - (parse_stab_struct_fields): Likewise. - (parse_stab_one_struct_field): Likewise. - (parse_stab_members): Likewise. - (stab_demangle_qualified): Likewise. - * objdump.c (dump_reloc_set): Free malloced memory. - * bucomm.c (make_tempname): Stop memory leak. - -2011-03-25 Pierre Muller - - Replace bfd_vma type and analog types by dwarf_vma and analogs. - Use dwarf specific print functions to display these type values. - * dwarf.h (dwarf_signed_vma): New type; - (DWARF2_External_LineInfo): Replace bfd_vma by dwarf_vma. - (DWARF2_External_PubNames): Likewise. - (DWARF2_External_CompUnit): Likewise. - (DWARF2_External_ARange): Likewise. - (read_leb128): Change return type to dwarf_vma. - * dwarf.c (print_dwarf_vma): Use __MINGW32__ conditional and - check byte_size values. - (dwarf_vmatoa): Change parameter type to dwarf_vma. - (dwarf_svmatoa): New static function. - (read_leb128): Change return type to dwarf_vma. - (read_sleb128): New static function. - (struct State_Machine_Registers): Change address field type to - dwarf_vma. - (process_extended_line_op): Adapt to type changes. - (fetch_indirect_string): Likewise. - (idisplay_block): Likewise. - (decode_location_expression): Likewise. - (read_and_display_attr_value): Likewise. - (process_debug_info): Likewise. - (display_debug_lines_raw): Likewise. - (display_debug_lines_decoded): Likewise. - (SLEB macro): Use new read_sleb128 function. - -2011-03-17 Alan Modra - - PR 12590 - * ar.c (ranlib_main): Init arg_index properly. - (usage): Describe --target. - -2011-03-16 Jakub Jelinek - - * dwarf.c (dw_TAG_name): Handle DW_TAG_GNU_call_site_parameter. - (read_and_display_attr_value): Handle DW_AT_GNU_call_site_data_value, - DW_AT_GNU_call_site_target and DW_AT_GNU_call_site_target_clobbered. - (get_AT_name): Handle DW_AT_GNU_call_site_value, - DW_AT_GNU_call_site_data_value, DW_AT_GNU_call_site_target, - DW_AT_GNU_call_site_target_clobbered, DW_AT_GNU_tail_call, - DW_AT_GNU_all_tail_call_sites, DW_AT_GNU_all_call_sites and - DW_AT_GNU_all_source_call_sites. - (decode_location_expression) : Adjust - handling. - -2011-03-16 Jan Kratochvil - - * dwarf.c (get_TAG_name): Handle DW_TAG_GNU_call_site. - (decode_location_expression): Handle DW_OP_GNU_entry_value. - (read_and_display_attr_value): Handle DW_AT_GNU_call_site_value. - (get_AT_name): Likewise. - -2011-03-14 Michael Snyder - - * objcopy.c (set_pe_subsystem): Free subsystem. - - * wrstabs.c (stab_start_struct_type): Close memory leak. - - * readelf.c (process_version_sections): Free symbols. - - * nm.c (display_rel_file): Free symsizes. - -2011-03-10 Nick Clifton - - * readelf.c (get_machine_name): Update EM_V850 entry. - -2011-03-03 Mike Frysinger - - * objdump.c (usage): Fix single typo. - * po/bg.po, po/binutils.pot, po/da.po, po/es.po, po/fi.po, - po/fr.po, po/id.po, po/ja.po, po/ru.po, po/vi.po: Likewise. - -2011-03-01 Akos Pasztory - - PR binutils/12523 - * readelf.c (process_object): Clear dynamic_info_DT_GNU_HASH. - -2011-02-28 Kai Tietz - - * debug.c (debug_start_source): Use filename_(n)cmp. - * ieee.c (ieee_finish_compilation_unit): Likewise. - (ieee_lineno): Likewise. - * nlmconv.c (main): Likewise. - * objcopy.c (strip_main): Likewise. - (copy_main): Likewise. - * objdump.c (show_line): Likewise. - (dump_reloc_set): Likewise. - * srconv.c (main): Likewise. - * wrstabs.c (stab_lineno): Likewise. - -2011-02-24 Zachary T Welch - - * readelf.c (decode_arm_unwind): Implement decoding of remaining - ARM unwind instructions (i.e. VFP/NEON and Intel Wireless MMX). - -2011-02-23 Kai Tietz - - * dwarf.c (read_leb128): Use bfd_vma instead of - long type. - (dwarf_vmatoa): New helper routine. - (process_extended_line_op): Use for adr bfd_vma - type and print those typed values via BFD_VMA_FMT - or via dwarf_vmatoa for localized prints. - (fetch_indirect_string): Adjust offset's type. - (decode_location_expression): Adjust argument types - and uvalue type. - (read_and_display_attr_value): Likewise. - (read_and_display_attr): Likewise. - (decode_location_expression): Adjust printf format. - (process_debug_info): Likewise. - (display_debug_lines_raw): Likewise. - (display_debug_lines_decoded): Likewise. - (display_debug_pubnames): Likewise. - (display_debug_loc): Likewise. - (display_debug_aranges): Likewise. - * dwarf.h (DWARF2_External_LineInfo, - DWARF2_Internal_LineInfo, DWARF2_External_PubNames, - DWARF2_Internal_PubNames, DWARF2_External_CompUnit, - DWARF2_Internal_CompUnit, DWARF2_External_ARange, - DWARF2_Internal_ARange): Added.. - (read_leb128): Adjust return type. - -2011-02-13 Ralf Wildenhues - - * configure: Regenerate. - -2011-02-08 Nick Clifton - - PR binutils/12467 - * readelf.c (process_program_headers): Issue a warning if there - are no program headers but the file header has a non-zero program - header offset. - (process_section_headers): Issue a warning if there are no section - headers but the file header has a non-zero section header offset. - (process_section_groups): Reword the no section message so that it - can be distinguished from the one issued by process_section_headers. - -2011-01-26 Jan Kratochvil - Doug Evans - - * dwarf.c (display_gdb_index): Support version 4, warn on version 3. - -2011-01-19 Maciej W. Rozycki - - * readelf.c (process_object): Free dynamic_section after use. - -2011-01-18 H.J. Lu - - PR binutils/12408 - * readelf.c (process_archive): Free and reset dump_sects - after processing each archive member. - -2011-01-11 Andreas Schwab - - * readelf.c (print_symbol): Handle symbol characters as unsigned. - Whitespace fixes. - -2011-01-10 Nick Clifton - - * po/da.po: Updated Danish translation. - -2011-01-06 Vladimir Siminov - - * bucomm.c (get_file_size): Check for negative sizes and issue a - warning message if encountered. - -2011-01-01 H.J. Lu - - * version.c (print_version): Update copyright to 2011. - -For older changes see ChangeLog-2010 +For older changes see ChangeLog-2011 Local Variables: mode: change-log