* NEWS: Document .ARM.exidx / .ARM.extab support.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
index 03ae2eda665d86641c31f24676e44200eb2b4165..3d47c3c12e90582242ce0917a433a3078c836138 100644 (file)
@@ -1,3 +1,101 @@
+2010-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * NEWS: Document .ARM.exidx / .ARM.extab support.
+
+       * dwarf.c (read_leb128): Make non-static.
+       * dwarf.h (read_leb128): Declare.
+       * readelf.c (REMOVE_ARCH_BITS): Define.
+       (find_section_by_address): New.
+       (read_uleb128): Move higher.  Use read_leb128 from dwarf.c.
+       (find_symbol_for_address): Handle the Thumb bit for ARM, by
+       using REMOVE_ARCH_BITS.
+       (struct arm_section, struct arm_unw_aux_info, arm_print_vma_and_name)
+       (arm_free_section, arm_section_get_word, decode_arm_unwind)
+       (dump_arm_unwind, arm_process_unwind): New.
+       (process_unwind): Handle ARM.
+
+2010-02-26  Jie Zhang  <jie@codesourcery.com>
+
+       * MAINTAINERS: Update my email address.
+
+2010-02-23  Peter Breitenlohner  <peb@mppmu.mpg.de>
+
+       PR binutils/11298
+       * doc/binutils.texi (windmc): Fix synopsis and description of
+       ASCII options.
+
+2010-02-19  Alan Modra  <amodra@gmail.com>
+
+       * readelf.c (get_group_flags): Return empty string when flags zero.
+       Add space in other returned values.
+       (process_section_groups): Adjust format string.
+
+2010-02-18  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
+
+       * readelf.c (arm_attr_tag_Advanced_SIMD_arch): Add description of
+       newly permitted attribute values.
+       (arm_attr_tag_Virtualization_use): Likewise.
+       (arm_attr_tag_DIV_use): Add description of new attribute.
+       (arm_attr_tag_MPextension_use_legacy): Likewise.
+
+2010-02-15  Nick Clifton  <nickc@redhat.com>
+
+       * po/vi.po: Updated Vietnamese translation.
+
+2010-02-09  Michael Holzheu  <holzheu@de.ibm.com>
+
+       * readelf.c (get_note_type): Handle NT_S390_TIMER, NT_S390_TODCMP,
+       NT_S390_TODPREG, NT_S390_CTRS and NT_S390_PREFIX.
+
+2010-02-08  Jim Blandy  <jimb@red-bean.com>
+
+       * dwarf.c (display_debug_frames): Skip the 'S' character in CFI
+       'z' augmentation strings.
+
+2010-02-08  Christophe Lyon  <christophe.lyon@st.com>
+
+       * objdump.c (disassemble_bytes): Clear aux->reloc before printing
+       a new address, so as not to reuse a previous, non-related reloc.
+
+2010-02-02  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * readelf.c (get_note_type): Handle NT_X86_XSTATE.
+
+2010-02-01  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * objcopy.c (copy_object): Set SEC_LINKER_CREATED when adding
+       sections.
+
+2010-01-28  Nick Clifton  <nickc@redhat.com>
+
+       PR 11225
+       * objdump.c (only): Replace with linked list.
+       (only_size, only_used): Replace with only_list.
+       (process_section_p): Set seen field on matches sections.
+       (add_only): New function.
+       (free_only_list): New function.
+       (disassemble_section): Check only_list.
+       (main): Use add_only and free_only_list.
+
+2010-01-26  Tristan Gingold  <gingold@adacore.com>
+
+       * Makefile.am (bin2c): Add libintl dependance and library.
+       * Makefile.in: Regenerate.
+
+2010-01-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
+
+       * readelf.c (get_machine_flags): Handle EF_S390_HIGH_GPRS.
+
+2010-01-19  Ian Lance Taylor  <iant@google.com>
+
+       * objcopy.c (copy_main): Rewrite OPTION_ADD_SECTION code to work
+       with non-ordinary files like /dev/null.
+
+2010-01-19  Daisuke Hatayama  <d.hatayama@jp.fujitsu.com>
+           Alan Modra <amodra@gmail.com>
+
+        * readelf.c (process_file_header): Handle e_phnum extension.
+
 2010-01-14  Tristan Gingold  <gingold@adacore.com>
 
        * dwarf.c (get_AT_name): Handle DW_AT_use_GNAT_descriptive_type
This page took 0.027988 seconds and 4 git commands to generate.