OSDN Git Service

* gdbint.texinfo (Target Architecture Definition): Fix screwed-up
authorJim Blandy <jimb@codesourcery.com>
Mon, 10 Apr 2000 15:33:19 +0000 (15:33 +0000)
committerJim Blandy <jimb@codesourcery.com>
Mon, 10 Apr 2000 15:33:19 +0000 (15:33 +0000)
references to ``Using Different Register and Memory Data
Representations''.

gdb/doc/gdbint.texinfo

index 4ddd04b..1d03833 100644 (file)
@@ -46,7 +46,7 @@ regarded as a program in the language TeX).
 @page
 @tex
 \def\$#1${{#1}}  % Kluge: collect RCS revision info without $...$
-\xdef\manvers{\$Revision: 1.5 $}  % For use in headers, footers too
+\xdef\manvers{\$Revision: 1.6 $}  % For use in headers, footers too
 {\parskip=0pt
 \hfill Cygnus Solutions\par
 \hfill \manvers\par
@@ -1677,27 +1677,27 @@ text section.  (Seems dubious.)
 
 @item REGISTER_CONVERTIBLE (@var{reg})
 Return non-zero if @var{reg} uses different raw and virtual formats.
-@xref{Using Different Target and Host Data Representations}.
+@xref{Using Different Register and Memory Data Representations}.
 
 @item REGISTER_RAW_SIZE (@var{reg})
 Return the raw size of @var{reg}.
-@xref{Using Different Target and Host Data Representations}.
+@xref{Using Different Register and Memory Data Representations}.
 
 @item REGISTER_VIRTUAL_SIZE (@var{reg})
 Return the virtual size of @var{reg}.
-@xref{Using Different Target and Host Data Representations}.
+@xref{Using Different Register and Memory Data Representations}.
 
 @item REGISTER_VIRTUAL_TYPE (@var{reg})
 Return the virtual type of @var{reg}.
-@xref{Using Different Target and Host Data Representations}.
+@xref{Using Different Register and Memory Data Representations}.
 
 @item REGISTER_CONVERT_TO_VIRTUAL(@var{reg}, @var{type}, @var{from}, @var{to})
 Convert the value of register @var{reg} from its raw form to its virtual
-form.  @xref{Using Different Target and Host Data Representations}.
+form.  @xref{Using Different Register and Memory Data Representations}.
 
 @item REGISTER_CONVERT_TO_RAW(@var{type}, @var{reg}, @var{from}, @var{to})
 Convert the value of register @var{reg} from its virtual form to its raw
-form.  @xref{Using Different Target and Host Data Representations}.
+form.  @xref{Using Different Register and Memory Data Representations}.
 
 @item SOFTWARE_SINGLE_STEP_P
 Define this as 1 if the target does not have a hardware single-step