aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Hudson <nick.hudson@dsl.pipex.com>2009-09-25 22:24:44 +0000
committerNick Hudson <nick.hudson@dsl.pipex.com>2009-09-25 22:24:44 +0000
commitc20612140fece2cca066cb2583c340e5e8bdb140 (patch)
treefa13437408d687d2d971bf634eeb75162f7228d3
parent18bcd1844caa9c54ff6db3a9972e61feab0f0bac (diff)
downloadgdb-c20612140fece2cca066cb2583c340e5e8bdb140.zip
gdb-c20612140fece2cca066cb2583c340e5e8bdb140.tar.gz
gdb-c20612140fece2cca066cb2583c340e5e8bdb140.tar.bz2
2009-09-25 Nick Hudson <nick.hudson@gmx.co.uk>
* doc/c-mips.texi: Fix the singlefloat and doublefloat kindex entries.
-rw-r--r--gas/ChangeLog5
-rw-r--r--gas/doc/c-mips.texi4
2 files changed, 7 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 8dbabfc..6544994 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,8 @@
+2009-09-25 Nick Hudson <nick.hudson@gmx.co.uk>
+
+ * doc/c-mips.texi: Fix the singlefloat and doublefloat kindex
+ entries.
+
2009-09-23 Tim E. Sneddon <tsneddon@kednos.com>
* configure.com: Fix a typo.
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