[gcc-7] 91/354: - More patch refreshs

Ximin Luo infinity0 at debian.org
Thu Nov 23 15:50:35 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 bdb06db9965b1d2951e858ba0fc22607a53e648b
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date:   Sat Jan 21 20:08:33 2017 +0000

     - More patch refreshs
    
    
    git-svn-id: svn+ssh://svn.debian.org/svn/gcccvs/branches/sid/gcc-7@9243 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
 debian/patches/gcc-default-ssp.diff | 16 ++++++++--------
 debian/patches/gdc-7-doc.diff       | 14 +++++++-------
 2 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/debian/patches/gcc-default-ssp.diff b/debian/patches/gcc-default-ssp.diff
index 75da2e1..bea5f07 100644
--- a/debian/patches/gcc-default-ssp.diff
+++ b/debian/patches/gcc-default-ssp.diff
@@ -14,7 +14,7 @@ Index: b/src/gcc/gcc.c
 ===================================================================
 --- a/src/gcc/gcc.c
 +++ b/src/gcc/gcc.c
-@@ -861,6 +861,14 @@ proper position among the other output f
+@@ -863,6 +863,14 @@ proper position among the other output f
  #define LINK_GCC_C_SEQUENCE_SPEC "%G %L %G"
  #endif
  
@@ -29,7 +29,7 @@ Index: b/src/gcc/gcc.c
  #ifndef LINK_SSP_SPEC
  #ifdef TARGET_LIBC_PROVIDES_SSP
  #define LINK_SSP_SPEC "%{fstack-protector|fstack-protector-all" \
-@@ -1069,6 +1077,7 @@ static const char *cc1_spec = CC1_SPEC;
+@@ -1071,6 +1079,7 @@ static const char *cc1_spec = CC1_SPEC;
  static const char *cc1plus_spec = CC1PLUS_SPEC;
  static const char *link_gcc_c_sequence_spec = LINK_GCC_C_SEQUENCE_SPEC;
  static const char *link_ssp_spec = LINK_SSP_SPEC;
@@ -37,10 +37,10 @@ Index: b/src/gcc/gcc.c
  static const char *asm_spec = ASM_SPEC;
  static const char *asm_final_spec = ASM_FINAL_SPEC;
  static const char *link_spec = LINK_SPEC;
-@@ -1124,7 +1133,7 @@ static const char *cpp_unique_options =
- static const char *cpp_options =
+@@ -1127,7 +1136,7 @@ static const char *cpp_options =
  "%(cpp_unique_options) %1 %{m*} %{std*&ansi&trigraphs} %{W*&pedantic*} %{w}\
-  %{f*} %{g*:%{!g0:%{g*} %{!fno-working-directory:-fworking-directory}}} %{O*}\
+  %{f*} %{g*:%{%:debug-level-gt(0):%{g*}\
+  %{!fno-working-directory:-fworking-directory}}} %{O*}\
 - %{undef} %{save-temps*:-fpch-preprocess}";
 + %{undef} %{save-temps*:-fpch-preprocess} %(ssp_default)";
  
@@ -106,7 +106,7 @@ Index: b/src/gcc/params.def
 ===================================================================
 --- a/src/gcc/params.def
 +++ b/src/gcc/params.def
-@@ -691,7 +691,7 @@ DEFPARAM (PARAM_INTEGER_SHARE_LIMIT,
+@@ -696,7 +696,7 @@ DEFPARAM (PARAM_INTEGER_SHARE_LIMIT,
  DEFPARAM (PARAM_SSP_BUFFER_SIZE,
  	  "ssp-buffer-size",
  	  "The lower bound for a buffer to be considered for stack smashing protection.",
@@ -191,7 +191,7 @@ Index: b/src/gcc/doc/invoke.texi
 ===================================================================
 --- a/src/gcc/doc/invoke.texi
 +++ b/src/gcc/doc/invoke.texi
-@@ -9953,6 +9953,9 @@ protection when @option{-fstack-protecti
+@@ -10152,6 +10152,9 @@ protection when @option{-fstack-protecti
  The minimum size of variables taking part in stack slot sharing when not
  optimizing. The default value is 32.
  
@@ -201,7 +201,7 @@ Index: b/src/gcc/doc/invoke.texi
  @item max-jump-thread-duplication-stmts
  Maximum number of statements allowed in a block that needs to be
  duplicated when threading jumps.
-@@ -10944,6 +10947,10 @@ functions with buffers larger than 8 byt
+@@ -11151,6 +11154,10 @@ functions with buffers larger than 8 byt
  when a function is entered and then checked when the function exits.
  If a guard check fails, an error message is printed and the program exits.
  
diff --git a/debian/patches/gdc-7-doc.diff b/debian/patches/gdc-7-doc.diff
index c852e52..a11a756 100644
--- a/debian/patches/gdc-7-doc.diff
+++ b/debian/patches/gdc-7-doc.diff
@@ -12,11 +12,11 @@ Index: b/src/gcc/doc/frontends.texi
 + at cindex D
  @cindex Fortran
  @cindex Go
- @cindex Java
-@@ -17,7 +18,7 @@
+ @cindex Objective-C
+@@ -16,7 +17,7 @@
  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++, Java,
+ languages currently include C, C++, Objective-C, Objective-C++,
 -Fortran, Ada, and Go.
 +Fortran, Ada, D and Go.
  
@@ -26,7 +26,7 @@ Index: b/src/gcc/doc/install.texi
 ===================================================================
 --- a/src/gcc/doc/install.texi
 +++ b/src/gcc/doc/install.texi
-@@ -1540,12 +1540,12 @@ their runtime libraries should be built.
+@@ -1617,12 +1617,12 @@ their runtime libraries should be built.
  grep ^language= */config-lang.in
  @end smallexample
  Currently, you can use any of the following:
@@ -45,7 +45,7 @@ Index: b/src/gcc/doc/invoke.texi
 ===================================================================
 --- a/src/gcc/doc/invoke.texi
 +++ b/src/gcc/doc/invoke.texi
-@@ -1327,6 +1327,15 @@ called @dfn{specs}.
+@@ -1349,6 +1349,15 @@ called @dfn{specs}.
  Ada source code file containing a library unit body (a subprogram or
  package body).  Such files are also called @dfn{bodies}.
  
@@ -61,7 +61,7 @@ Index: b/src/gcc/doc/invoke.texi
  @c GCC also knows about some suffixes for languages not yet included:
  @c Pascal:
  @c @var{file}.p
-@@ -1362,6 +1371,7 @@ objective-c  objective-c-header  objecti
+@@ -1384,6 +1393,7 @@ objective-c  objective-c-header  objecti
  objective-c++ objective-c++-header objective-c++-cpp-output
  assembler  assembler-with-cpp
  ada
@@ -87,7 +87,7 @@ Index: b/src/gcc/doc/standards.texi
 ===================================================================
 --- a/src/gcc/doc/standards.texi
 +++ b/src/gcc/doc/standards.texi
-@@ -307,6 +307,16 @@ available online, see @uref{http://gcc.g
+@@ -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}.
  

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