diff options
author | Jim Blandy <jimb@codesourcery.com> | 2000-04-10 15:33:19 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2000-04-10 15:33:19 +0000 |
commit | 0a1a0be2033c15fba02de6962f0f371d3a216ad3 (patch) | |
tree | 0f53681e32ff38e5528cb06c23ecb99dbba2b2da /gdb | |
parent | 9285ab8042f103833e82d26868ab6cdd1e416004 (diff) | |
download | gdb-0a1a0be2033c15fba02de6962f0f371d3a216ad3.zip gdb-0a1a0be2033c15fba02de6962f0f371d3a216ad3.tar.gz gdb-0a1a0be2033c15fba02de6962f0f371d3a216ad3.tar.bz2 |
* gdbint.texinfo (Target Architecture Definition): Fix screwed-up
references to ``Using Different Register and Memory Data
Representations''.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/doc/gdbint.texinfo | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index 25b116e..2809175 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -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 |