diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2007-10-10 17:07:25 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2007-10-10 17:07:25 +0000 |
commit | 7500260a55897928017d06874240074c282dbb4a (patch) | |
tree | 5e136f9775cdfe65f490dd492fef70aba4722ff5 /gdb/ChangeLog | |
parent | 8b164abbfd6b72bdcd87516fe1db4bc56be354cf (diff) | |
download | gdb-7500260a55897928017d06874240074c282dbb4a.zip gdb-7500260a55897928017d06874240074c282dbb4a.tar.gz gdb-7500260a55897928017d06874240074c282dbb4a.tar.bz2 |
2007-10-10 Markus Deuling <deuling@de.ibm.com>
* stack.c (print_frame_args, frame_info, return_command): Use
get_regcache_arch or get_frame_arch to get at the current architecture
by regcache or by frame, respectively.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 617e0bd..58c0e2d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2007-10-10 Markus Deuling <deuling@de.ibm.com> + * stack.c (print_frame_args, frame_info, return_command): Use + get_regcache_arch or get_frame_arch to get at the current architecture + by regcache or by frame, respectively. + +2007-10-10 Markus Deuling <deuling@de.ibm.com> + * rs6000-nat.c (fetch_register, store_register) (rs6000_fetch_inferior_registers, rs6000_store_inferior_registers): Use get_regcache_arch to get at the current architecture by regcache. |