This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[doco] Remove PRINT_TYPELESS_INTEGER doco


Since PRINT_TYPELESS_INTEGER isn't used. Might as well delete the doco.

ok?
Andrew
2003-04-06  Andrew Cagney  <cagney at redhat dot com>

	* gdbint.texinfo (Target Architecture Definition): Delete
	PRINT_TYPELESS_INTEGER.

Index: doc/gdbint.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/doc/gdbint.texinfo,v
retrieving revision 1.138
diff -u -r1.138 gdbint.texinfo
--- doc/gdbint.texinfo	31 Mar 2003 19:01:21 -0000	1.138
+++ doc/gdbint.texinfo	6 Apr 2003 14:52:25 -0000
@@ -3674,11 +3674,6 @@
 If non-zero, round arguments to a boundary of this many bits before
 pushing them on the stack.
 
- at item PRINT_TYPELESS_INTEGER
- at 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.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]