diff options
author | Matthew Fortune <matthew.fortune@imgtec.com> | 2014-10-17 20:25:09 +0100 |
---|---|---|
committer | Matthew Fortune <matthew.fortune@imgtec.com> | 2014-10-17 20:25:53 +0100 |
commit | 8bd978587880bff236f2b3c20df703c88899be5f (patch) | |
tree | 8d153ef3ea4b274e4d67aebda25d9e58de2ace30 /gas/doc | |
parent | 4ffbba72f39aa4a8c6833618b9fd552df33ca69a (diff) | |
download | gdb-8bd978587880bff236f2b3c20df703c88899be5f.zip gdb-8bd978587880bff236f2b3c20df703c88899be5f.tar.gz gdb-8bd978587880bff236f2b3c20df703c88899be5f.tar.bz2 |
Fix bad @value references in MIPS documentation
gas/
* doc/c-mips.texi: Fix bad @value references.
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/c-mips.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/doc/c-mips.texi b/gas/doc/c-mips.texi index cafd832..8d61d04 100644 --- a/gas/doc/c-mips.texi +++ b/gas/doc/c-mips.texi @@ -841,7 +841,7 @@ pass all floating-point data in general-purpose registers. @item 4 - Deprecated This variant existed as an initial attempt at supporting 64-bit wide floating-point registers for O32 ABI on a MIPS32r2 cpu. This has been -superceded by @value{5}, @value{6} and @value{7}. +superceded by 5, 6 and 7. @item 5 - Double-precision 32-bit CPU, 32-bit or 64-bit FPU This variant is used by 32-bit ABIs to indicate that the floating-point |