diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2007-10-30 22:00:29 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2007-10-30 22:00:29 +0000 |
commit | 8cff2ae624d212cd2377b9c36ddb052af0e3f6e8 (patch) | |
tree | b6cad2455e53ba2d7d94adbd53a3c6dded55ce6f /gdb/ChangeLog | |
parent | 505bbca2cdeb4809bf336824c45cdbb877c11ae5 (diff) | |
download | binutils-gdb-8cff2ae624d212cd2377b9c36ddb052af0e3f6e8.tar.gz |
2007-10-30 Markus Deuling <deuling@de.ibm.com>
* libunwind-frame.c (libunwind_frame_sniffer)
libunwind_frame_prev_register, libunwind_sigtramp_frame_sniffer)
(libunwind_frame_cache): Use get_frame_arch to get at the current
architecture by frame_info.
(libunwind_get_reg_special): Replace current_gdbarch by gdbarch.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ac3fc74ea3e..65b2043d4d2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,13 @@ 2007-10-30 Markus Deuling <deuling@de.ibm.com> + * libunwind-frame.c (libunwind_frame_sniffer) + libunwind_frame_prev_register, libunwind_sigtramp_frame_sniffer) + (libunwind_frame_cache): Use get_frame_arch to get at the current + architecture by frame_info. + (libunwind_get_reg_special): Replace current_gdbarch by gdbarch. + +2007-10-30 Markus Deuling <deuling@de.ibm.com> + * iq2000-tdep.c (iq2000_frame_prev_register): Use get_frame_arch to get at the current architecture by frame_info. |