CVS commit: src/external/gpl3/binutils/dist/gas/doc

2009-09-23 Thread Valeriy E. Ushakov
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



CVS commit: src/external/gpl3/binutils/dist/gas/doc

2009-08-21 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Fri Aug 21 18:35:39 UTC 2009

Modified Files:
src/external/gpl3/binutils/dist/gas/doc: Makefile.in

Log Message:
Disable as.info target.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/binutils/dist/gas/doc/Makefile.in

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/Makefile.in
diff -u src/external/gpl3/binutils/dist/gas/doc/Makefile.in:1.2 src/external/gpl3/binutils/dist/gas/doc/Makefile.in:1.3
--- src/external/gpl3/binutils/dist/gas/doc/Makefile.in:1.2	Wed Aug 19 07:19:31 2009
+++ src/external/gpl3/binutils/dist/gas/doc/Makefile.in	Fri Aug 21 18:35:38 2009
@@ -330,6 +330,8 @@
 	-rm -f libtool
 
 as.info: as.texinfo $(as_TEXINFOS)
+	@echo NOT REBUILDING $@
+NetBSD_DISABLED_as.info: as.texinfo $(as_TEXINFOS)
 	restore=:  backupdir=$(am__leading_dot)am  \
 	rm -rf $$backupdir  mkdir $$backupdir  \
 	if ($(MAKEINFO) --version) /dev/null 21; then \