diff options
author | Eli Zaretskii <eliz@gnu.org> | 2000-08-10 11:05:52 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2000-08-10 11:05:52 +0000 |
commit | 6f6ef15a3f7b925a64e60e25862645b2a03bc63d (patch) | |
tree | a6e44c7a4841b9e41a94edd4445be4f121c51496 /gdb/doc/ChangeLog | |
parent | 00fdaf47d569ebbc021b5bdc8206b9c461387e44 (diff) | |
download | gdb-6f6ef15a3f7b925a64e60e25862645b2a03bc63d.zip gdb-6f6ef15a3f7b925a64e60e25862645b2a03bc63d.tar.gz gdb-6f6ef15a3f7b925a64e60e25862645b2a03bc63d.tar.bz2 |
* gdbint.texinfo (Target Architecture Definition): Document that
REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
for which REGISTER_CONVERTIBLE returns a zero value.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r-- | gdb/doc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index edf92b7..c718f1b 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,9 @@ +2000-08-10 Eli Zaretskii <eliz@is.elta.co.il> + + * gdbint.texinfo (Target Architecture Definition): Document that + REGISTER_CONVERT_TO_VIRTUAL should only be called on a register + for which REGISTER_CONVERTIBLE returns a zero value. + 2000-07-08 Christopher Faylor <cgf@cygnus.com> * Makefile.in (install-info): Find files to install in either the |