diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-03-03 23:28:55 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-03-03 23:28:55 +0000 |
commit | 77e7e267cf2cdb7900ba14095d29b568f635efaf (patch) | |
tree | 5a70a2a224ad43d7dcd866eaa9acf918740e43df /gdb/doc/ChangeLog | |
parent | 6a0fb18653a0ecfe98387ca6132377514684ddf3 (diff) | |
download | gdb-77e7e267cf2cdb7900ba14095d29b568f635efaf.zip gdb-77e7e267cf2cdb7900ba14095d29b568f635efaf.tar.gz gdb-77e7e267cf2cdb7900ba14095d29b568f635efaf.tar.bz2 |
2003-03-03 Andrew Cagney <cagney@redhat.com>
* gdbint.texinfo (Target Architecture Definition): Document
register_type.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r-- | gdb/doc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 2ca605b..7772b3e 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,5 +1,10 @@ 2003-03-03 Andrew Cagney <cagney@redhat.com> + * gdbint.texinfo (Target Architecture Definition): Document + register_type. + +2003-03-03 Andrew Cagney <cagney@redhat.com> + * stabs.texinfo (Structures): Use @samp and separate @var's instead of a single @var containing a comma separated list. (Unions): Ditto. |