Use the three-argument form of @xref to get the references right.

This commit is contained in:
Jim Blandy 2000-04-10 15:50:02 +00:00
parent 5d0d395e94
commit 4281a42ed4
1 changed files with 8 additions and 6 deletions

View 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 Register and Memory 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 Register and Memory 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 Register and Memory 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 Register and Memory 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 Register and Memory 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 Register and Memory 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