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-28 12:57:48 +0000 |
commit | 0193db20ccc68942542bd96c860ae8749d50093f (patch) | |
tree | 94282001e905ec89359ce1cf6b9db433f90a1def | |
parent | b5736530ad5d8aec4c1b5a93be47260699afdf82 (diff) | |
download | binutils-0193db20ccc68942542bd96c860ae8749d50093f.tar.gz binutils-0193db20ccc68942542bd96c860ae8749d50093f.tar.bz2 binutils-0193db20ccc68942542bd96c860ae8749d50093f.zip |
Fix bad @value references in MIPS documentation
Import from trunk.
gas/
* doc/c-mips.texi: Fix bad @value references.
-rw-r--r-- | gas/ChangeLog | 7 | ||||
-rw-r--r-- | gas/doc/c-mips.texi | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index f9dfc8e1561..c61cd6e96e6 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,10 @@ -2014-10-28 Alan Modra <amodra@gmail.com> +2014-10-28 Matthew Fortune <matthew.fortune@imgtec.com> + + Apply trunk patches + 2014-10-17 Matthew Fortune <matthew.fortune@imgtec.com> + * doc/c-mips.texi: Fix bad @value references. +2014-10-28 Alan Modra <amodra@gmail.com> Apply trunk patches 2014-10-18 Alan Modra <amodra@gmail.com> PR 17493 diff --git a/gas/doc/c-mips.texi b/gas/doc/c-mips.texi index cafd832ecc0..8d61d04cf7d 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 |