OSDN Git Service

* NEWS: Document .ARM.exidx / .ARM.extab support.
authordrow <drow>
Wed, 3 Mar 2010 01:44:33 +0000 (01:44 +0000)
committerdrow <drow>
Wed, 3 Mar 2010 01:44:33 +0000 (01:44 +0000)
commitb2e7098f52a3f7856e546e8eff57af7d82891711
treec4df29b82f7352a6ef76699e0779afc46b82181e
parentb4ea1c436ca6e5b127ece38f6d2e1751d9f10185
* 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.
binutils/ChangeLog
binutils/NEWS
binutils/dwarf.c
binutils/dwarf.h
binutils/readelf.c