This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Strange texinfo variables in c-mips.texi
- From: jose dot marchesi at oracle dot com (Jose E. Marchesi)
- To: binutils at sourceware dot org
- Date: Fri, 17 Oct 2014 16:31:17 +0200
- Subject: Strange texinfo variables in c-mips.texi
- Authentication-results: sourceware.org; auth=none
make as.info raises the following warnings:
../../../gas/doc//c-mips.texi:844: warning: undefined flag: 5.
../../../gas/doc//c-mips.texi:844: warning: undefined flag: 6.
../../../gas/doc//c-mips.texi:844: warning: undefined flag: 7.
The offending paragraph is:
@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}.
Anyone knows what is going with these variables, `5', `6' and `7'? What
is their intended values?