Module Name: src Committed By: uwe Date: Wed Sep 23 19:53:30 UTC 2009
Modified Files: src/external/gpl3/binutils/dist/gas/doc: c-mips.texi Log Message: Fix index entries that are intended to index ".set singlefloat" and ".set doublefloat", but were not edited after copy-paste. I noticed this because compared to prebuilt as.info 1) on NetBSD index entries are collated differently; 2) for some duplicate index entries there are no additional "foo <n>" entries in the final output and (b/c of #1 I guess) we pick a different one. For the record, the other duplicate entry is in c-tic54x.texi where both struct and union directive descriptions have: @cindex @code{tag} directive, TIC54X Prebuilt file only lists the first occurence in the generated index and we list only the second. The MIPS false duplicate is easy to fix, but I'm too lazy to debug makefino to figure out why the second, real duplicate is lost. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 \ src/external/gpl3/binutils/dist/gas/doc/c-mips.texi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/gpl3/binutils/dist/gas/doc/c-mips.texi diff -u src/external/gpl3/binutils/dist/gas/doc/c-mips.texi:1.1.1.1 src/external/gpl3/binutils/dist/gas/doc/c-mips.texi:1.2 --- src/external/gpl3/binutils/dist/gas/doc/c-mips.texi:1.1.1.1 Tue Aug 18 09:36:00 2009 +++ src/external/gpl3/binutils/dist/gas/doc/c-mips.texi Wed Sep 23 19:53:30 2009 @@ -606,8 +606,8 @@ (@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