aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2010-03-02 16:44:34 +0000
committerDaniel Jacobowitz <drow@false.org>2010-03-02 16:44:34 +0000
commit0b6ae52290bac3fee2f4ce2e435b70b52c932d69 (patch)
treefc6cd2b2b78d553d73ba855284bf18d080ad3365 /binutils/ChangeLog
parent1ba53b71caf9544b0c1dc040af4052561c32d47b (diff)
downloadgdb-0b6ae52290bac3fee2f4ce2e435b70b52c932d69.zip
gdb-0b6ae52290bac3fee2f4ce2e435b70b52c932d69.tar.gz
gdb-0b6ae52290bac3fee2f4ce2e435b70b52c932d69.tar.bz2
* 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.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 1068de9..3d47c3c 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,19 @@
+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.