diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3e169d0..8049d36 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,20 @@ 2007-11-07 Markus Deuling <deuling@de.ibm.com> + * shnbsd-tdep.c (shnbsd_supply_gregset, shnbsd_collect_gregset): Use + get_regcache_arch to get at the current architecture by regcache. + * xstormy16-tdep.c (xstormy16_frame_prev_register): Use get_frame_arch + to get at the current architecture by frame_info. + * fbsd-nat.c (fbsd_make_corefile_notes): Use get_regcache_arch to get + at the current architecture by regcache. + * gnu-v3-abi.c (gnuv3_skip_trampoline): Use get_frame_arch to get at + the current architecture by frame_info. + (build_gdb_vtable_type): Replace current_gdbarch by gdbarch. + * aix-thread.c (special_register_p): Add gdbarch as parameter. + (fetch_regs_kernel_thread, store_regs_kernel_thread): Add gdbarch to + caller of special_register_p. + +2007-11-07 Markus Deuling <deuling@de.ibm.com> + * infcall.c (call_function_by_hand): Use get_frame_arch to get at the current architecture by frame_info. |