diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 11af398..e0c8c40 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,24 @@ +2008-05-24 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com> + + * gdbarch.sh: Added new gdbarch struct + core_regset_sections. + * gdbarch.c: Refreshed. + * gdbarch.h: Refreshed. + * regset.h (core_regset_section): Declared. + * linux-nat.c (linux_nat_do_thread_registers): Added + support for the new gdbarch struct core_regset_sections. + * utils.c (host_address_to_string): New function. + * defs.h (host_address_to_string): New prototype. + * i386-linux-tdep.c (i386_regset_rections): New register + sections list for i386. + (i386_linux_init_abi): Initialized new gdbarch struct + core_regset_sections. + * Makefile.in: Updated to reflect dependency changes. + * ppc-linux-tdep.c (ppc_regset_sections): Register + sections list for ppc. + (ppc_linux_init_abi): Initialized new gdbarch struct + core_regset_sections + 2008-05-24 Andreas Schwab <schwab@suse.de> * linespec.c (decode_objc): Save current language around call to |