Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/binutils/dist/gas/doc Fix index entries that a...



details:   https://anonhg.NetBSD.org/src/rev/1267088a8c53
branches:  trunk
changeset: 747606:1267088a8c53
user:      uwe <uwe%NetBSD.org@localhost>
date:      Wed Sep 23 19:53:30 2009 +0000

description:
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.

diffstat:

 external/gpl3/binutils/dist/gas/doc/c-mips.texi |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r efc97e282933 -r 1267088a8c53 external/gpl3/binutils/dist/gas/doc/c-mips.texi
--- a/external/gpl3/binutils/dist/gas/doc/c-mips.texi   Wed Sep 23 19:41:24 2009 +0000
+++ b/external/gpl3/binutils/dist/gas/doc/c-mips.texi   Wed Sep 23 19:53:30 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index