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]

Re: [obish] Garbage collect deprecated fp/pc/sp functions


Date: Thu, 05 Aug 2004 10:15:40 -0400
From: Andrew Cagney <cagney@gnu.org>

Index: doc/ChangeLog
2004-08-05  Andrew Cagney  <cagney@gnu.org>

	* gdbint.texinfo (Target Architecture Definition): Delete
	reference to deprecated_read_fp.


This part is approved, but please insert the missing comma


+@code{write_pc} and @code{read_sp}. For most targets, these may be

^ here


P.S. I'm not sure that removing obsolete code is ``obish''.

Forgot to follow up. Here it's not so much obsolete as dead -> nothing we're concerned with calls it.


I've tweaked the doco per the attached.

Andrew

2004-08-24  Andrew Cagney  <cagney@gnu.org>

	* gdbint.texinfo (Target Architecture Definition): Add missing
	comma.

Index: gdbint.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/doc/gdbint.texinfo,v
retrieving revision 1.220
diff -p -u -r1.220 gdbint.texinfo
--- gdbint.texinfo	21 Aug 2004 09:37:20 -0000	1.220
+++ gdbint.texinfo	24 Aug 2004 19:57:09 -0000
@@ -3816,7 +3816,7 @@ Number of bits in a short integer; defau
 @findex read_sp
 @findex read_fp
 @anchor{TARGET_READ_SP} These change the behavior of @code{read_pc},
-@code{write_pc} and @code{read_sp}.  For most targets, these may be
+@code{write_pc}, and @code{read_sp}.  For most targets, these may be
 left undefined.  @value{GDBN} will call the read and write register
 functions with the relevant @code{_REGNUM} argument.
 

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