diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-11-07 02:40:28 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-11-07 02:40:28 +0000 |
commit | 8262ee2317b7e0652a3bce7d82f0606b573e79a1 (patch) | |
tree | b7fa390056339a908f563c5e451d73c8afc8570f /gdb/ChangeLog | |
parent | 78e1bb40455fb219ff586f0d13c5175a01acdde1 (diff) | |
download | gdb-8262ee2317b7e0652a3bce7d82f0606b573e79a1.zip gdb-8262ee2317b7e0652a3bce7d82f0606b573e79a1.tar.gz gdb-8262ee2317b7e0652a3bce7d82f0606b573e79a1.tar.bz2 |
2002-11-06 Andrew Cagney <ac131313@redhat.com>
* regcache.h (deprecated_register_valid): Rename register_valid.
* regcache.c: Update.
* ia64-aix-nat.c: Update.
* i386gnu-nat.c: Update.
* alpha-nat.c: Update.
* sparc-nat.c: Update.
* lynx-nat.c: Update.
* remote-mips.c: Update.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e28370e..7f68381 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,14 @@ +2002-11-06 Andrew Cagney <ac131313@redhat.com> + + * regcache.h (deprecated_register_valid): Rename register_valid. + * regcache.c: Update. + * ia64-aix-nat.c: Update. + * i386gnu-nat.c: Update. + * alpha-nat.c: Update. + * sparc-nat.c: Update. + * lynx-nat.c: Update. + * remote-mips.c: Update. + 2002-11-06 Joel Brobecker <brobecker@gnat.com> * hppa-tdep.c (_initialize_hppa_tdep): Move function body |