diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-04-08 21:20:06 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-04-08 21:20:06 +0000 |
commit | 32fb0f22ebb44a89224f0d90394118198ccb144d (patch) | |
tree | 700e0014fe745950843498f73d0e99a7d17a2d9a /gdb/doc | |
parent | c0236d928fd56059640cea71aac43313b5f8889c (diff) | |
download | gdb-32fb0f22ebb44a89224f0d90394118198ccb144d.zip gdb-32fb0f22ebb44a89224f0d90394118198ccb144d.tar.gz gdb-32fb0f22ebb44a89224f0d90394118198ccb144d.tar.bz2 |
2003-04-08 Andrew Cagney <cagney@redhat.com>
* gdbint.texinfo (Target Architecture Definition): Delete
PRINT_TYPELESS_INTEGER.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdbint.texinfo | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 7c35033..c650217 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2003-04-08 Andrew Cagney <cagney@redhat.com> + + * gdbint.texinfo (Target Architecture Definition): Delete + PRINT_TYPELESS_INTEGER. + 2003-04-02 J. Brobecker <brobecker@gnat.com> * observer.texi (GDB Observers): Adjust the documentation for the diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index 9df6edf..7ab46f7 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -3674,11 +3674,6 @@ The number of the ``next program counter'' register, if defined. If non-zero, round arguments to a boundary of this many bits before pushing them on the stack. -@item PRINT_TYPELESS_INTEGER -@findex PRINT_TYPELESS_INTEGER -This is an obscure substitute for @code{print_longest} that seems to -have been defined for the Convex target. - @item PROCESS_LINENUMBER_HOOK @findex PROCESS_LINENUMBER_HOOK A hook defined for XCOFF reading. |