diff options
author | Daniel Jacobowitz <drow@false.org> | 2002-10-30 04:10:06 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2002-10-30 04:10:06 +0000 |
commit | 2c665b51d2a8167e2adb3881e187871c919f20eb (patch) | |
tree | 4e1619b45183c90e0d07266df726c6eb938dc4d0 /gdb/ChangeLog | |
parent | df2a731323bfe5a0d04459405c63abf16dcb8da8 (diff) | |
download | gdb-2c665b51d2a8167e2adb3881e187871c919f20eb.zip gdb-2c665b51d2a8167e2adb3881e187871c919f20eb.tar.gz gdb-2c665b51d2a8167e2adb3881e187871c919f20eb.tar.bz2 |
* mips-linux-nat.c (mips_linux_cannot_fetch_register): Don't fetch
registers without a name.
(mips_linux_cannot_store_register): Don't store registers without
a name.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 337c186..903e0f5 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2002-10-29 Daniel Jacobowitz <drow@mvista.com> + + * mips-linux-nat.c (mips_linux_cannot_fetch_register): Don't fetch + registers without a name. + (mips_linux_cannot_store_register): Don't store registers without + a name. + 2002-10-28 David Carlton <carlton@math.stanford.edu> * symtab.c (find_addr_symbol): Delete. (It was already commented |