diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-06-22 21:18:32 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-06-22 21:18:32 +0000 |
commit | 37e7137227c7cd963cd8d69d87a75a7838c15f67 (patch) | |
tree | c0e7cc35400325666bf469583e237c475ac1f029 /gdb/ChangeLog | |
parent | bf1024d6980c86296af8283c48b32c6705f574e8 (diff) | |
download | gdb-37e7137227c7cd963cd8d69d87a75a7838c15f67.zip gdb-37e7137227c7cd963cd8d69d87a75a7838c15f67.tar.gz gdb-37e7137227c7cd963cd8d69d87a75a7838c15f67.tar.bz2 |
* regcache.h: Update comments describing the regcache_cpy family
of functions.
(regcache_save, regcache_restore): Delete declaration.
(regcache_save_no_passthrough): Delete declaration.
(regcache_restore_no_passthrough): Delete declaration.
* regcache.c (regcache_save): Delete function.
(regcache_save_no_passthrough): Delete function.
(regcache_restore): Delete function.
(regcache_restore_no_passthrough): Delete function.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a234031..72af325 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,15 @@ +2002-06-22 Andrew Cagney <ac131313@redhat.com> + + * regcache.h: Update comments describing the regcache_cpy family + of functions. + (regcache_save, regcache_restore): Delete declaration. + (regcache_save_no_passthrough): Delete declaration. + (regcache_restore_no_passthrough): Delete declaration. + * regcache.c (regcache_save): Delete function. + (regcache_save_no_passthrough): Delete function. + (regcache_restore): Delete function. + (regcache_restore_no_passthrough): Delete function. + 2002-06-21 Andrew Cagney <ac131313@redhat.com> * config/m68k/tm-m68k.h: Fix typo. |