[gcc-7] 114/354: - update doc patches for the trunk

Ximin Luo infinity0 at debian.org
Thu Nov 23 15:50:39 UTC 2017


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch master
in repository gcc-7.

commit 33bdb417be77c3271d45ef852869d6408cecbe6e
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date:   Sun Feb 26 16:31:11 2017 +0000

     - update doc patches for the trunk
    
    
    git-svn-id: svn+ssh://svn.debian.org/svn/gcccvs/branches/sid/gcc-7@9308 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
 debian/patches/gdc-7-doc.diff         | 12 ++++----
 debian/patches/rename-info-files.diff | 55 +++++++++++++----------------------
 2 files changed, 27 insertions(+), 40 deletions(-)

diff --git a/debian/patches/gdc-7-doc.diff b/debian/patches/gdc-7-doc.diff
index a11a756..6a9f167 100644
--- a/debian/patches/gdc-7-doc.diff
+++ b/debian/patches/gdc-7-doc.diff
@@ -17,8 +17,8 @@ Index: b/src/gcc/doc/frontends.texi
  GCC stands for ``GNU Compiler Collection''.  GCC is an integrated
  distribution of compilers for several major programming languages.  These
  languages currently include C, C++, Objective-C, Objective-C++,
--Fortran, Ada, and Go.
-+Fortran, Ada, D and Go.
+-Fortran, Ada, Go, and BRIG (HSAIL).
++Fortran, Ada, Go, D, and BRIG (HSAIL).
  
  The abbreviation @dfn{GCC} has multiple meanings in common use.  The
  current official meaning is ``GNU Compiler Collection'', which refers
@@ -68,7 +68,7 @@ Index: b/src/gcc/doc/invoke.texi
 +d
  f77  f77-cpp-input f95  f95-cpp-input
  go
- @end smallexample
+ brig
 Index: b/src/gcc/doc/sourcebuild.texi
 ===================================================================
 --- a/src/gcc/doc/sourcebuild.texi
@@ -87,9 +87,9 @@ Index: b/src/gcc/doc/standards.texi
 ===================================================================
 --- a/src/gcc/doc/standards.texi
 +++ b/src/gcc/doc/standards.texi
-@@ -301,6 +301,16 @@ available online, see @uref{http://gcc.g
- As of the GCC 4.7.1 release, GCC supports the Go 1 language standard,
- described at @uref{http://golang.org/doc/go1.html}.
+@@ -309,6 +309,16 @@ capability is typically utilized to impl
+ finalization extension for a gcc supported processor. HSA standards are
+ freely available at @uref{http://www.hsafoundation.com/standards/}.
  
 + at section D language
 +
diff --git a/debian/patches/rename-info-files.diff b/debian/patches/rename-info-files.diff
index 3c5eef7..baadbee 100644
--- a/debian/patches/rename-info-files.diff
+++ b/debian/patches/rename-info-files.diff
@@ -89,7 +89,7 @@ Index: b/src/gcc/Makefile.in
 ===================================================================
 --- a/src/gcc/Makefile.in
 +++ b/src/gcc/Makefile.in
-@@ -3038,8 +3038,30 @@ install-no-fixedincludes:
+@@ -3064,8 +3064,30 @@ install-no-fixedincludes:
  
  doc: $(BUILD_INFO) $(GENERATED_MANPAGES)
  
@@ -122,7 +122,7 @@ Index: b/src/gcc/Makefile.in
  
  info: $(INFOFILES) lang.info @GENINSRC@ srcinfo lang.srcinfo
  
-@@ -3086,7 +3108,18 @@ gcc-vers.texi: $(BASEVER) $(DEVPHASE)
+@@ -3112,7 +3134,18 @@ gcc-vers.texi: $(BASEVER) $(DEVPHASE)
  	if [ -n "$(PKGVERSION)" ]; then \
  	  echo "@set VERSION_PACKAGE $(PKGVERSION)" >> $@T; \
  	fi
@@ -142,7 +142,7 @@ Index: b/src/gcc/Makefile.in
  	mv -f $@T $@
  
  
-@@ -3094,21 +3127,41 @@ gcc-vers.texi: $(BASEVER) $(DEVPHASE)
+@@ -3120,21 +3153,41 @@ gcc-vers.texi: $(BASEVER) $(DEVPHASE)
  # patterns.  To use them, put each of the specific targets with its
  # specific dependencies but no build commands.
  
@@ -191,7 +191,7 @@ Index: b/src/gcc/Makefile.in
  			-I $(gcc_docdir)/include -o $@ $<; \
  	fi
  
-@@ -3518,11 +3571,11 @@ install-driver: installdirs xgcc$(exeext
+@@ -3544,11 +3597,11 @@ install-driver: installdirs xgcc$(exeext
  # $(INSTALL_DATA) might be a relative pathname, so we can't cd into srcdir
  # to do the install.
  install-info:: doc installdirs \
@@ -208,7 +208,7 @@ Index: b/src/gcc/Makefile.in
  	lang.install-info
  
  $(DESTDIR)$(infodir)/%.info: doc/%.info installdirs
-@@ -3576,6 +3629,7 @@ install-man: lang.install-man \
+@@ -3602,6 +3655,7 @@ install-man: lang.install-man \
  	$(DESTDIR)$(man1dir)/$(GCC_INSTALL_NAME)$(man1ext) \
  	$(DESTDIR)$(man1dir)/$(CPP_INSTALL_NAME)$(man1ext) \
  	$(DESTDIR)$(man1dir)/$(GCOV_INSTALL_NAME)$(man1ext) \
@@ -216,7 +216,7 @@ Index: b/src/gcc/Makefile.in
  	$(DESTDIR)$(man7dir)/fsf-funding$(man7ext) \
  	$(DESTDIR)$(man7dir)/gfdl$(man7ext) \
  	$(DESTDIR)$(man7dir)/gpl$(man7ext)
-@@ -3736,8 +3790,11 @@ uninstall: lang.uninstall
+@@ -3762,8 +3816,11 @@ uninstall: lang.uninstall
  	-rm -rf $(DESTDIR)$(bindir)/$(GCOV_INSTALL_NAME)$(exeext)
  	-rm -rf $(DESTDIR)$(man1dir)/$(GCC_INSTALL_NAME)$(man1ext)
  	-rm -rf $(DESTDIR)$(man1dir)/cpp$(man1ext)
@@ -260,7 +260,7 @@ Index: b/src/gcc/doc/invoke.texi
 ===================================================================
 --- a/src/gcc/doc/invoke.texi
 +++ b/src/gcc/doc/invoke.texi
-@@ -11357,7 +11357,7 @@ One of the standard libraries bypassed b
+@@ -11571,7 +11571,7 @@ One of the standard libraries bypassed b
  @option{-nodefaultlibs} is @file{libgcc.a}, a library of internal subroutines
  which GCC uses to overcome shortcomings of particular machines, or special
  needs for some languages.
@@ -269,7 +269,7 @@ Index: b/src/gcc/doc/invoke.texi
  Collection (GCC) Internals},
  for more discussion of @file{libgcc.a}.)
  In most cases, you need @file{libgcc.a} even when you want to avoid
-@@ -11366,7 +11366,7 @@ or @option{-nodefaultlibs} you should us
+@@ -11580,7 +11580,7 @@ or @option{-nodefaultlibs} you should us
  This ensures that you have no unresolved references to internal GCC
  library subroutines.
  (An example of such an internal subroutine is @code{__main}, used to ensure C++
@@ -278,7 +278,7 @@ Index: b/src/gcc/doc/invoke.texi
  GNU Compiler Collection (GCC) Internals}.)
  
  @item -pie
-@@ -26288,7 +26288,7 @@ Note that you can also specify places to
+@@ -26472,7 +26472,7 @@ Note that you can also specify places to
  @option{-B}, @option{-I} and @option{-L} (@pxref{Directory Options}).  These
  take precedence over places specified using environment variables, which
  in turn take precedence over those specified by the configuration of GCC at .
@@ -287,7 +287,7 @@ Index: b/src/gcc/doc/invoke.texi
  GNU Compiler Collection (GCC) Internals}.
  
  @table @env
-@@ -26448,7 +26448,7 @@ the headers it contains change.
+@@ -26632,7 +26632,7 @@ the headers it contains change.
  
  A precompiled header file is searched for when @code{#include} is
  seen in the compilation.  As it searches for the included file
@@ -300,7 +300,7 @@ Index: b/src/gcc/doc/extend.texi
 ===================================================================
 --- a/src/gcc/doc/extend.texi
 +++ b/src/gcc/doc/extend.texi
-@@ -21550,7 +21550,7 @@ want to write code that checks whether t
+@@ -21786,7 +21786,7 @@ want to write code that checks whether t
  test for the GNU compiler the same way as for C programs: check for a
  predefined macro @code{__GNUC__}.  You can also use @code{__GNUG__} to
  test specifically for GNU C++ (@pxref{Common Predefined Macros,,
@@ -313,7 +313,7 @@ Index: b/src/gcc/doc/standards.texi
 ===================================================================
 --- a/src/gcc/doc/standards.texi
 +++ b/src/gcc/doc/standards.texi
-@@ -313,5 +313,5 @@ described at @uref{http://golang.org/doc
+@@ -315,5 +315,5 @@ freely available at @uref{http://www.hsa
  GNAT Reference Manual}, for information on standard
  conformance and compatibility of the Ada compiler.
  
@@ -396,19 +396,6 @@ Index: b/src/gcc/doc/gcc.texi
  
  @menu
  * G++ and GCC::     You can compile C or C++ programs.
-Index: b/src/gcc/doc/makefile.texi
-===================================================================
---- a/src/gcc/doc/makefile.texi
-+++ b/src/gcc/doc/makefile.texi
-@@ -139,7 +139,7 @@ regardless of how it itself was compiled
- Builds a compiler with profiling feedback information.  In this case,
- the second and third stages are named @samp{profile} and @samp{feedback},
- respectively.  For more information, see
-- at ref{Building,,Building with profile feedback,gccinstall,Installing GCC}.
-+ at ref{Building,,Building with profile feedback, at value{fngccinstall},Installing GCC}.
- 
- @item restrap
- Restart a bootstrap, so that everything that was not built with
 Index: b/src/gcc/doc/install.texi
 ===================================================================
 --- a/src/gcc/doc/install.texi
@@ -452,7 +439,7 @@ Index: b/src/libgomp/Makefile.in
 ===================================================================
 --- a/src/libgomp/Makefile.in
 +++ b/src/libgomp/Makefile.in
-@@ -484,7 +484,8 @@ info_TEXINFOS = libgomp.texi
+@@ -487,7 +487,8 @@ info_TEXINFOS = libgomp.texi
  
  # AM_CONDITIONAL on configure check ACX_CHECK_PROG_VER([MAKEINFO])
  @BUILD_INFO_TRUE at STAMP_BUILD_INFO = stamp-build-info
@@ -462,7 +449,7 @@ Index: b/src/libgomp/Makefile.in
  MAINTAINERCLEANFILES = $(srcdir)/libgomp.info
  all: config.h
  	$(MAKE) $(AM_MAKEFLAGS) all-recursive
-@@ -1296,15 +1297,16 @@ env.lo: libgomp_f.h
+@@ -1302,15 +1303,16 @@ env.lo: libgomp_f.h
  env.o: libgomp_f.h
  
  all-local: $(STAMP_GENINSRC)
@@ -556,7 +543,7 @@ Index: b/src/libitm/Makefile.in
 ===================================================================
 --- a/src/libitm/Makefile.in
 +++ b/src/libitm/Makefile.in
-@@ -1103,14 +1103,17 @@ vpath % $(strip $(search_path))
+@@ -1105,14 +1105,17 @@ vpath % $(strip $(search_path))
  
  all-local: $(STAMP_GENINSRC)
  
@@ -582,7 +569,7 @@ Index: b/src/gcc/go/Make-lang.in
 ===================================================================
 --- a/src/gcc/go/Make-lang.in
 +++ b/src/gcc/go/Make-lang.in
-@@ -88,10 +88,11 @@ GO_TEXI_FILES = \
+@@ -89,10 +89,11 @@ GO_TEXI_FILES = \
  	$(gcc_docdir)/include/gcc-common.texi \
  	gcc-vers.texi
  
@@ -597,7 +584,7 @@ Index: b/src/gcc/go/Make-lang.in
  		-I $(gcc_docdir)/include -o $@ $<; \
  	else true; fi
  
-@@ -117,7 +118,7 @@ gccgo.pod: go/gccgo.texi
+@@ -118,7 +119,7 @@ gccgo.pod: go/gccgo.texi
  go.all.cross: gccgo-cross$(exeext)
  go.start.encap: gccgo$(exeext)
  go.rest.encap:
@@ -606,7 +593,7 @@ Index: b/src/gcc/go/Make-lang.in
  go.dvi: doc/gccgo.dvi
  go.pdf: doc/gccgo.pdf
  go.html: $(build_htmldir)/go/index.html
-@@ -153,7 +154,7 @@ go.install-common: installdirs
+@@ -154,7 +155,7 @@ go.install-common: installdirs
  
  go.install-plugin:
  
@@ -615,7 +602,7 @@ Index: b/src/gcc/go/Make-lang.in
  
  go.install-pdf: doc/gccgo.pdf
  	@$(NORMAL_INSTALL)
-@@ -193,7 +194,7 @@ go.uninstall:
+@@ -194,7 +195,7 @@ go.uninstall:
  	rm -rf $(DESTDIR)$(bindir)/$(GCCGO_INSTALL_NAME)$(exeext)
  	rm -rf $(DESTDIR)$(man1dir)/$(GCCGO_INSTALL_NAME)$(man1ext)
  	rm -rf $(DESTDIR)$(bindir)/$(GCCGO_TARGET_INSTALL_NAME)$(exeext)
@@ -708,7 +695,7 @@ Index: b/src/libquadmath/Makefile.in
  am__TEXINFO_TEX_DIR = $(srcdir)/../gcc/doc/include
  DVIS = libquadmath.dvi
  PDFS = libquadmath.pdf
-@@ -435,8 +436,8 @@ AUTOMAKE_OPTIONS = 1.8 foreign
+@@ -436,8 +437,8 @@ AUTOMAKE_OPTIONS = 1.8 foreign
  
  # AM_CONDITIONAL on configure check ACX_CHECK_PROG_VER([MAKEINFO])
  @BUILD_INFO_TRUE@@BUILD_LIBQUADMATH_TRUE at STAMP_BUILD_INFO = stamp-build-info
@@ -719,7 +706,7 @@ Index: b/src/libquadmath/Makefile.in
  
  # Automake Documentation:
  # If your package has Texinfo files in many directories, you can use the
-@@ -1517,17 +1518,17 @@ uninstall-am: uninstall-dvi-am uninstall
+@@ -1518,17 +1519,17 @@ uninstall-am: uninstall-dvi-am uninstall
  
  @BUILD_LIBQUADMATH_TRUE at all-local: $(STAMP_GENINSRC)
  

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/gcc-7.git



More information about the Reproducible-commits mailing list