diff options
author | Randolph Chung <tausq@debian.org> | 2005-11-09 07:22:40 +0000 |
---|---|---|
committer | Randolph Chung <tausq@debian.org> | 2005-11-09 07:22:40 +0000 |
commit | 11fae660b94cab037f62bce2c6c25cd46168a8f9 (patch) | |
tree | b61cb788527fad60c2df57a8c0cbedc9dbcce009 /gdb/ChangeLog | |
parent | 492e5c6b71f453352692d73a3def0229a00a9957 (diff) | |
download | gdb-11fae660b94cab037f62bce2c6c25cd46168a8f9.zip gdb-11fae660b94cab037f62bce2c6c25cd46168a8f9.tar.gz gdb-11fae660b94cab037f62bce2c6c25cd46168a8f9.tar.bz2 |
2005-11-09 Randolph Chung <tausq@debian.org>
* hppa-linux-nat.c (_initialize_hppa_linux_nat): Use
hppa_linux_{store,fetch}_inferior_registers instead of
arm_linux_{store,fetch}_inferior_registers.
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 8dafb45..e4c3669 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2005-11-09 Randolph Chung <tausq@debian.org> + + * hppa-linux-nat.c (_initialize_hppa_linux_nat): Use + hppa_linux_{store,fetch}_inferior_registers instead of + arm_linux_{store,fetch}_inferior_registers. + 2005-11-08 Kei Sakamoto <sakamoto.kei@renesas.com> * remote-m32r-sdi.c: Update copyright years. |