diff options
author | Nick Clifton <nickc@redhat.com> | 2011-12-02 17:04:33 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2011-12-02 17:04:33 +0000 |
commit | 1b31d05e6b9e7ee812949dc8c488f1f662ae6add (patch) | |
tree | 31441497b824c12e0a124f0619543ab69d9e2046 /binutils/ChangeLog | |
parent | 585861ead5776f239380a5e16077dcfbd268a072 (diff) | |
download | gdb-1b31d05e6b9e7ee812949dc8c488f1f662ae6add.zip gdb-1b31d05e6b9e7ee812949dc8c488f1f662ae6add.tar.gz gdb-1b31d05e6b9e7ee812949dc8c488f1f662ae6add.tar.bz2 |
* readelf.c (ia64_process_unwind): Turn into a void funtion.
(hppa_process_unwind): Likewise.
(arm_process_unwind): Likewise.
(process_unwind): Likewise.
(arm_get_section_word): Rename to get_unwind_section_word.
Add sym_name parameter to return the offset into the string table
of the symbol associated with the reloc applied to the word.
(decode_tic6x_unwind_regmask): Add NULL argument to invocation of
get_unwind_section_word.
(dump_arm_unwind): Likewise.
(decode_arm_unwind_bytecode): Prepend a comma when *not* the first
register in a list.
(decode_arm_unwind): If the returned function address is 0 and a
valid symname offset is provided use that to compute the name
associated with the entry.
Add extra checks of the compact model index entry.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 4074da3..4afafa8 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,22 @@ +2011-12-02 Nick Clifton <nickc@redhat.com> + + * readelf.c (ia64_process_unwind): Turn into a void funtion. + (hppa_process_unwind): Likewise. + (arm_process_unwind): Likewise. + (process_unwind): Likewise. + (arm_get_section_word): Rename to get_unwind_section_word. + Add sym_name parameter to return the offset into the string table + of the symbol associated with the reloc applied to the word. + (decode_tic6x_unwind_regmask): Add NULL argument to invocation of + get_unwind_section_word. + (dump_arm_unwind): Likewise. + (decode_arm_unwind_bytecode): Prepend a comma when *not* the first + register in a list. + (decode_arm_unwind): If the returned function address is 0 and a + valid symname offset is provided use that to compute the name + associated with the entry. + Add extra checks of the compact model index entry. + 2011-11-29 Roland McGrath <mcgrathr@google.com> * ar.c (ranlib_usage): Describe -D. |