summaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2007-10-25 11:30:55 +0000
committerMaciej W. Rozycki <macro@linux-mips.org>2007-10-25 11:30:55 +0000
commit3ff737e8081aff0bf244afc61e8edbca2e681a88 (patch)
tree8f3f99442a1dd3cbaf581e7696addc0f9790cb16 /gdb/ChangeLog
parentaeb8eef720b65550bb0638a11b27d61e4c3e9e18 (diff)
downloadgdb-3ff737e8081aff0bf244afc61e8edbca2e681a88.tar.gz
PR exp/1926
* infcmd.c (registers_info): Check for a user register before calling target's gdbarch_print_registers_info(). If found to be so, extract the implicit value of user register and call print_scalar_formatted(). * Makefile.in: (infcmd.o): Add $(user_regs_h).
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 1546a0450e1..82eaeb3d070 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,13 @@
+2007-10-25 David Ung <davidu@mips.com>
+ Maciej W. Rozycki <macro@mips.com>
+
+ PR exp/1926
+ * infcmd.c (registers_info): Check for a user register before
+ calling target's gdbarch_print_registers_info(). If found to be
+ so, extract the implicit value of user register and call
+ print_scalar_formatted().
+ * Makefile.in: (infcmd.o): Add $(user_regs_h).
+
2007-10-25 Joel Brobecker <brobecker@adacore.com>
* NEWS: Document status of hppa64-hpux support.