diff options
author | Nick Hudson <nick.hudson@dsl.pipex.com> | 2009-09-25 18:58:58 +0000 |
---|---|---|
committer | Nick Hudson <nick.hudson@dsl.pipex.com> | 2009-09-25 18:58:58 +0000 |
commit | 605b1dd4b7d451eff6eb06849c73a4bcd1c854a8 (patch) | |
tree | d364fefd30c8085a6c460dbb328c5b957b2469dd /gas/doc/c-mips.texi | |
parent | b4744b170e3b163175ceff694108f548dea1d409 (diff) | |
download | gdb-605b1dd4b7d451eff6eb06849c73a4bcd1c854a8.zip gdb-605b1dd4b7d451eff6eb06849c73a4bcd1c854a8.tar.gz gdb-605b1dd4b7d451eff6eb06849c73a4bcd1c854a8.tar.bz2 |
2009-09-25 Nick Hudson <nick.hudson@gmx.co.uk>
* doc/c-mips.texi: Fix the singlefloat and doublefloat kindex
entries.
Diffstat (limited to 'gas/doc/c-mips.texi')
-rw-r--r-- | gas/doc/c-mips.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/doc/c-mips.texi b/gas/doc/c-mips.texi index 42daf67..9ca7ebf 100644 --- a/gas/doc/c-mips.texi +++ b/gas/doc/c-mips.texi @@ -643,8 +643,8 @@ instructions are accepted) or the command-line options (@samp{-msoft-float} and @samp{-mhard-float}). @cindex Disable single-precision floating-point operations -@kindex @code{.set softfloat} -@kindex @code{.set hardfloat} +@kindex @code{.set singlefloat} +@kindex @code{.set doublefloat} The directives @code{.set singlefloat} and @code{.set doublefloat} provide finer control of disabling and enabling double-precision float-point operations. These directives always override the default |