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 | 9b546318c372c6498f65c3843a387e837076e05d (patch) | |
tree | f3f4a8d483f941c39257071263da6916c98e711f /gas/doc/c-ia64.texi | |
parent | 6e19857608e152fdf82a71a15fad655ab17243d5 (diff) | |
download | binutils-redhat-9b546318c372c6498f65c3843a387e837076e05d.tar.gz |
* 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-ia64.texi')
-rw-r--r-- | gas/doc/c-ia64.texi | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gas/doc/c-ia64.texi b/gas/doc/c-ia64.texi index 61f7c845e2..b62c05eb88 100644 --- a/gas/doc/c-ia64.texi +++ b/gas/doc/c-ia64.texi @@ -110,12 +110,12 @@ Reference Guide. @cindex IA-64 registers @cindex register names, IA-64 -The 128 integer registers are refered to as @samp{r@var{n}}. -The 128 floating-point registers are refered to as @samp{f@var{n}}. -The 128 application registers are refered to as @samp{ar@var{n}}. -The 128 control registers are refered to as @samp{cr@var{n}}. -The 64 one-bit predicate registers are refered to as @samp{p@var{n}}. -The 8 branch registers are refered to as @samp{b@var{n}}. +The 128 integer registers are referred to as @samp{r@var{n}}. +The 128 floating-point registers are referred to as @samp{f@var{n}}. +The 128 application registers are referred to as @samp{ar@var{n}}. +The 128 control registers are referred to as @samp{cr@var{n}}. +The 64 one-bit predicate registers are referred to as @samp{p@var{n}}. +The 8 branch registers are referred to as @samp{b@var{n}}. In addition, the assembler defines a number of aliases: @samp{gp} (@samp{r1}), @samp{sp} (@samp{r12}), @samp{rp} (@samp{b0}), @samp{ret0} (@samp{r8}), @samp{ret1} (@samp{r9}), @samp{ret2} (@samp{r10}), |