]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
From JimB, fix @xrefs.
authorAndrew Cagney <cagney@redhat.com>
Wed, 12 Apr 2000 05:16:56 +0000 (05:16 +0000)
committerAndrew Cagney <cagney@redhat.com>
Wed, 12 Apr 2000 05:16:56 +0000 (05:16 +0000)
gdb/doc/ChangeLog
gdb/doc/gdbint.texinfo

index 2c3b6512018b579276503e7cec8f42821bb185cc..7f247498fafa1ae942c81553ccdd5f0545d0ca08 100644 (file)
@@ -1,3 +1,8 @@
+2000-04-10  Jim Blandy  <jimb@redhat.com>
+
+       * gdbint.texinfo (Target Architecture Definition): Fix
+       cross-references.
+
 2000-04-08  Jim Blandy  <jimb@redhat.com>
 
        * gdbint.texinfo (Using Different Register and Memory Data
index 25b116e16e89900527b32cca7ac033073c8e185f..8d2b78974cf6cac0ded45f446b2a1219ffab307a 100644 (file)
@@ -1677,27 +1677,29 @@ 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{Target Architecture Definition, , 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{Target Architecture Definition, , 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{Target Architecture Definition, , 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{Target Architecture Definition, , 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{Target Architecture Definition, , 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{Target Architecture Definition, , 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