[gcc-7] 155/354: - update rename-info-files patch for the trunk

Ximin Luo infinity0 at debian.org
Thu Nov 23 15:50:45 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 0cec7b9bea24a0db1760ecdac8e772f0263a0e8c
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date:   Fri Apr 7 11:43:07 2017 +0000

     - update rename-info-files patch for the trunk
    
    
    git-svn-id: svn+ssh://svn.debian.org/svn/gcccvs/branches/sid/gcc-7@9399 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
 debian/patches/rename-info-files.diff | 48 ++++++++++-------------------------
 1 file changed, 14 insertions(+), 34 deletions(-)

diff --git a/debian/patches/rename-info-files.diff b/debian/patches/rename-info-files.diff
index baadbee..3019775 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
-@@ -3064,8 +3064,30 @@ install-no-fixedincludes:
+@@ -3066,8 +3066,31 @@ install-no-fixedincludes:
  
  doc: $(BUILD_INFO) $(GENERATED_MANPAGES)
  
@@ -113,6 +113,7 @@ Index: b/src/gcc/Makefile.in
 +               -D 'fngcc $(INFO_GCC_NAME)' \
 +               -D 'fngcov $(INFO_GCC_NAME)' \
 +               -D 'fngcovtool $(INFO_GCC_NAME)' \
++               -D 'fngcovdump $(INFO_GCC_NAME)' \
 +               -D 'fngxx $(INFO_GXX_NAME)' \
 +               -D 'fngccint $(INFO_GCCINT_NAME)' \
 +               -D 'fngccinstall $(INFO_GCCINSTALL_NAME)' \
@@ -122,7 +123,7 @@ Index: b/src/gcc/Makefile.in
  
  info: $(INFOFILES) lang.info @GENINSRC@ srcinfo lang.srcinfo
  
-@@ -3112,7 +3134,18 @@ gcc-vers.texi: $(BASEVER) $(DEVPHASE)
+@@ -3114,7 +3137,20 @@ gcc-vers.texi: $(BASEVER) $(DEVPHASE)
  	if [ -n "$(PKGVERSION)" ]; then \
  	  echo "@set VERSION_PACKAGE $(PKGVERSION)" >> $@T; \
  	fi
@@ -132,6 +133,8 @@ Index: b/src/gcc/Makefile.in
 +	  echo '@set fncpp $(INFO_CPP_NAME)'; \
 +	  echo '@set fngcc $(INFO_GCC_NAME)'; \
 +	  echo '@set fngcov $(INFO_GCC_NAME)'; \
++	  echo '@set fngcovtool $(INFO_GCC_NAME)'; \
++	  echo '@set fngcovdump $(INFO_GCC_NAME)'; \
 +	  echo '@set fngxx $(INFO_GXX_NAME)'; \
 +	  echo '@set fngccint $(INFO_GCCINT_NAME)'; \
 +	  echo '@set fngccinstall $(INFO_GCCINSTALL_NAME)'; \
@@ -142,7 +145,7 @@ Index: b/src/gcc/Makefile.in
  	mv -f $@T $@
  
  
-@@ -3120,21 +3153,41 @@ gcc-vers.texi: $(BASEVER) $(DEVPHASE)
+@@ -3122,21 +3158,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 +194,7 @@ Index: b/src/gcc/Makefile.in
  			-I $(gcc_docdir)/include -o $@ $<; \
  	fi
  
-@@ -3544,11 +3597,11 @@ install-driver: installdirs xgcc$(exeext
+@@ -3555,11 +3611,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,15 +211,7 @@ Index: b/src/gcc/Makefile.in
  	lang.install-info
  
  $(DESTDIR)$(infodir)/%.info: doc/%.info installdirs
-@@ -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) \
-+	$(DESTDIR)$(man1dir)/$(GCOV_TOOL_INSTALL_NAME)$(man1ext) \
- 	$(DESTDIR)$(man7dir)/fsf-funding$(man7ext) \
- 	$(DESTDIR)$(man7dir)/gfdl$(man7ext) \
- 	$(DESTDIR)$(man7dir)/gpl$(man7ext)
-@@ -3762,8 +3816,11 @@ uninstall: lang.uninstall
+@@ -3780,8 +3836,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 +255,7 @@ Index: b/src/gcc/doc/invoke.texi
 ===================================================================
 --- a/src/gcc/doc/invoke.texi
 +++ b/src/gcc/doc/invoke.texi
-@@ -11571,7 +11571,7 @@ One of the standard libraries bypassed b
+@@ -11604,7 +11604,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 +264,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
-@@ -11580,7 +11580,7 @@ or @option{-nodefaultlibs} you should us
+@@ -11613,7 +11613,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 +273,7 @@ Index: b/src/gcc/doc/invoke.texi
  GNU Compiler Collection (GCC) Internals}.)
  
  @item -pie
-@@ -26472,7 +26472,7 @@ Note that you can also specify places to
+@@ -26506,7 +26506,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 +282,7 @@ Index: b/src/gcc/doc/invoke.texi
  GNU Compiler Collection (GCC) Internals}.
  
  @table @env
-@@ -26632,7 +26632,7 @@ the headers it contains change.
+@@ -26666,7 +26666,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 +295,7 @@ Index: b/src/gcc/doc/extend.texi
 ===================================================================
 --- a/src/gcc/doc/extend.texi
 +++ b/src/gcc/doc/extend.texi
-@@ -21786,7 +21786,7 @@ want to write code that checks whether t
+@@ -21802,7 +21802,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,,
@@ -372,22 +367,7 @@ Index: b/src/gcc/doc/gcc.texi
 ===================================================================
 --- a/src/gcc/doc/gcc.texi
 +++ b/src/gcc/doc/gcc.texi
-@@ -63,10 +63,10 @@ Texts being (a) (see below), and with th
- @ifnottex
- @dircategory Software development
- @direntry
--* gcc: (gcc).                  The GNU Compiler Collection.
--* g++: (gcc).                  The GNU C++ compiler.
--* gcov: (gcc) Gcov.            @command{gcov}---a test coverage program.
--* gcov-tool: (gcc) Gcov-tool.  @command{gcov-tool}---an offline gcda profile processing program.
-+* @value{fngcc}: (@value{fngcc}).                  The GNU Compiler Collection.
-+* @value{fngxx}: (@value{fngcc}).                  The GNU C++ compiler.
-+* @value{fngcov}: (@value{fngcc}) Gcov.            @command{gcov}---a test coverage program.
-+* @value{fngcovtool}: (@value{fngcc}) Gcov.            @command{gcov-tool}---an offline gcda profile processing program.
- @end direntry
- This file documents the use of the GNU compilers.
- @sp 1
-@@ -126,7 +126,7 @@ version @value{version-GCC}.
+@@ -127,7 +127,7 @@ version @value{version-GCC}.
  The internals of the GNU compilers, including how to port them to new
  targets and some information about how to write front ends for new
  languages, are documented in a separate manual.  @xref{Top,,

-- 
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