diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2003-10-26 18:12:03 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2003-10-26 18:12:03 +0000 |
commit | 6049379740a033d6c617a5e26420f7c108584e5f (patch) | |
tree | 3594e526b7eb8ab24542a3afeb0544b3af53b00b /gas/doc/c-alpha.texi | |
parent | 3e685d417e81036a35a6009aead698f0b2c8d67e (diff) | |
download | gdb-6049379740a033d6c617a5e26420f7c108584e5f.zip gdb-6049379740a033d6c617a5e26420f7c108584e5f.tar.gz gdb-6049379740a033d6c617a5e26420f7c108584e5f.tar.bz2 |
* doc/c-alpha.texi: Fix typos.
* doc/c-ia64.texi: Likewise.
* doc/c-mmix.texi: Likewise.
* doc/c-sh64.texi: Likewise.
* doc/c-xtensa.texi: Likewise.
* doc/internals.texi: Likewise.
Diffstat (limited to 'gas/doc/c-alpha.texi')
-rw-r--r-- | gas/doc/c-alpha.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gas/doc/c-alpha.texi b/gas/doc/c-alpha.texi index dfc05f4..0aee06b 100644 --- a/gas/doc/c-alpha.texi +++ b/gas/doc/c-alpha.texi @@ -139,12 +139,12 @@ OpenVMS syntax, with a few differences for ELF. @cindex Alpha registers @cindex register names, Alpha -The 32 integer registers are refered to as @samp{$@var{n}} or +The 32 integer registers are referred to as @samp{$@var{n}} or @samp{$r@var{n}}. In addition, registers 15, 28, 29, and 30 may -be refered to by the symbols @samp{$fp}, @samp{$at}, @samp{$gp}, +be referred to by the symbols @samp{$fp}, @samp{$at}, @samp{$gp}, and @samp{$sp} respectively. -The 32 floating-point registers are refered to as @samp{$f@var{n}}. +The 32 floating-point registers are referred to as @samp{$f@var{n}}. @node Alpha-Relocs @subsection Relocations @@ -153,7 +153,7 @@ The 32 floating-point registers are refered to as @samp{$f@var{n}}. Some of these relocations are available for ECOFF, but mostly only for ELF. They are modeled after the relocation format -introduced in Digial Unix 4.0, but there are additions. +introduced in Digital Unix 4.0, but there are additions. The format is @samp{!@var{tag}} or @samp{!@var{tag}!@var{number}} where @var{tag} is the name of the relocation. In some cases |