Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gcc13 for SUSE:ALP:Workbench checked 
in at 2023-04-05 09:30:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/SUSE:ALP:Workbench.OBS/gcc13 (Old)
 and      /work/SRC/SUSE:ALP:Workbench.OBS/.gcc13.new.19717 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gcc13"

Wed Apr  5 09:30:20 2023 rev:2 rq: version:13.0.1+git6669

Changes:
--------
--- /work/SRC/SUSE:ALP:Workbench.OBS/gcc13/gcc13.changes        2023-04-04 
12:01:11.199097894 +0200
+++ /work/SRC/SUSE:ALP:Workbench.OBS/.gcc13.new.19717/gcc13.changes     
2023-04-05 09:30:23.454634163 +0200
@@ -1,0 +2,20 @@
+Tue Mar 14 18:27:43 UTC 2023 - Martin LiÅ¡ka <[email protected]>
+
+- Bump to 42630fadbe248717859d61c0244c821c32b4e52c, git6669.
+
+-------------------------------------------------------------------
+Mon Feb 27 10:25:35 UTC 2023 - Richard Biener <[email protected]>
+
+- Always enable the link mutex.
+
+-------------------------------------------------------------------
+Mon Feb 27 08:34:33 UTC 2023 - Martin LiÅ¡ka <[email protected]>
+
+- Bump to 529e03b9882fe48cfa3c182abb12a5858a5762a2, git6353.
+
+-------------------------------------------------------------------
+Thu Feb 23 10:26:27 UTC 2023 - Martin LiÅ¡ka <[email protected]>
+
+- Rebase gcc44-rename-info-files.patch patch.
+
+-------------------------------------------------------------------

Old:
----
  gcc-13.0.1+git5428.tar.xz

New:
----
  gcc-13.0.1+git6669.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cross-aarch64-gcc13-bootstrap.spec ++++++
--- /var/tmp/diff_new_pack.NPI5Mz/_old  2023-04-05 09:30:26.694652763 +0200
+++ /var/tmp/diff_new_pack.NPI5Mz/_new  2023-04-05 09:30:26.702652809 +0200
@@ -103,7 +103,7 @@
 %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
 
 URL:            https://gcc.gnu.org/
-Version:        13.0.1+git5428
+Version:        13.0.1+git6669
 Release:        0
 %define gcc_dir_version %(echo %version |  sed 's/+.*//' | cut -d '.' -f 1)
 %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' 
| sed 's/+/-/')
@@ -332,7 +332,7 @@
 %endif
 %patch51
 %patch60 -p1
-%patch61
+%patch61 -p1
 
 #test patching end
 
@@ -697,14 +697,11 @@
 %if %{with bootstrap}
 %if %{use_lto_bootstrap} && !0%{?building_testsuite:1}
        --with-build-config=bootstrap-lto-lean \
-       --enable-link-mutex \
 %endif
 %else
        --disable-bootstrap \
 %endif
-%ifarch riscv64
        --enable-link-mutex \
-%endif
        $CONFARGS \
        --build=%{GCCDIST} \
        --host=%{GCCDIST} || \

cross-aarch64-gcc13.spec: same change
cross-amdgcn-gcc13.spec: same change
cross-arm-gcc13.spec: same change
cross-arm-none-gcc13-bootstrap.spec: same change
cross-arm-none-gcc13.spec: same change
cross-avr-gcc13-bootstrap.spec: same change
cross-avr-gcc13.spec: same change
cross-epiphany-gcc13-bootstrap.spec: same change
cross-epiphany-gcc13.spec: same change
cross-hppa-gcc13-bootstrap.spec: same change
cross-hppa-gcc13.spec: same change
cross-m68k-gcc13.spec: same change
cross-mips-gcc13.spec: same change
cross-nvptx-gcc13.spec: same change
cross-ppc64-gcc13.spec: same change
cross-ppc64le-gcc13.spec: same change
cross-pru-gcc13-bootstrap.spec: same change
cross-pru-gcc13.spec: same change
cross-riscv64-elf-gcc13-bootstrap.spec: same change
cross-riscv64-elf-gcc13.spec: same change
cross-riscv64-gcc13-bootstrap.spec: same change
cross-riscv64-gcc13.spec: same change
cross-rx-gcc13-bootstrap.spec: same change
cross-rx-gcc13.spec: same change
cross-s390x-gcc13.spec: same change
cross-sparc-gcc13.spec: same change
cross-sparc64-gcc13.spec: same change
cross-x86_64-gcc13.spec: same change
++++++ gcc13-testresults.spec ++++++
--- /var/tmp/diff_new_pack.NPI5Mz/_old  2023-04-05 09:30:27.854659423 +0200
+++ /var/tmp/diff_new_pack.NPI5Mz/_new  2023-04-05 09:30:27.862659468 +0200
@@ -98,7 +98,7 @@
 %define build_objc 1
 %endif
 
-%ifarch %ix86 x86_64 aarch64
+%ifarch %ix86 x86_64 aarch64 riscv64
 %define build_rust 1
 %else
 %define build_rust 0
@@ -222,7 +222,7 @@
 %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
 
 URL:            https://gcc.gnu.org/
-Version:        13.0.1+git5428
+Version:        13.0.1+git6669
 Release:        0
 %define gcc_dir_version %(echo %version |  sed 's/+.*//' | cut -d '.' -f 1)
 %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' 
| sed 's/+/-/')
@@ -539,7 +539,7 @@
 %endif
 %patch51
 %patch60 -p1
-%patch61
+%patch61 -p1
 
 #test patching end
 
@@ -904,14 +904,11 @@
 %if %{with bootstrap}
 %if %{use_lto_bootstrap} && !0%{?building_testsuite:1}
        --with-build-config=bootstrap-lto-lean \
-       --enable-link-mutex \
 %endif
 %else
        --disable-bootstrap \
 %endif
-%ifarch riscv64
        --enable-link-mutex \
-%endif
        $CONFARGS \
        --build=%{GCCDIST} \
        --host=%{GCCDIST} || \

gcc13.spec: same change
++++++ gcc-13.0.1+git5428.tar.xz -> gcc-13.0.1+git6669.tar.xz ++++++
/work/SRC/SUSE:ALP:Workbench.OBS/gcc13/gcc-13.0.1+git5428.tar.xz 
/work/SRC/SUSE:ALP:Workbench.OBS/.gcc13.new.19717/gcc-13.0.1+git6669.tar.xz 
differ: char 15, line 1

++++++ gcc.spec.in ++++++
--- /var/tmp/diff_new_pack.NPI5Mz/_old  2023-04-05 09:30:28.350662270 +0200
+++ /var/tmp/diff_new_pack.NPI5Mz/_new  2023-04-05 09:30:28.354662293 +0200
@@ -78,7 +78,7 @@
 %define build_objc 1
 %endif
 
-%ifarch %ix86 x86_64 aarch64
+%ifarch %ix86 x86_64 aarch64 riscv64
 %define build_rust 1
 %else
 %define build_rust 0
@@ -205,7 +205,7 @@
 %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
 
 URL:          https://gcc.gnu.org/
-Version: 13.0.1+git5428
+Version: 13.0.1+git6669
 Release:      1
 %define gcc_dir_version %(echo %version |  sed 's/+.*//' | cut -d '.' -f 1)
 %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' 
| sed 's/+/-/')
@@ -1348,7 +1348,7 @@
 %endif
 %patch51
 %patch60 -p1
-%patch61
+%patch61 -p1
 
 #test patching end
 
@@ -1713,14 +1713,11 @@
 %if %{with bootstrap}
 %if %{use_lto_bootstrap} && !0%{?building_testsuite:1}
        --with-build-config=bootstrap-lto-lean \
-       --enable-link-mutex \
 %endif
 %else
        --disable-bootstrap \
 %endif
-%ifarch riscv64
        --enable-link-mutex \
-%endif
        $CONFARGS \
        --build=%{GCCDIST} \
        --host=%{GCCDIST} || \

++++++ gcc11-gdwarf-4-default.patch ++++++
--- /var/tmp/diff_new_pack.NPI5Mz/_old  2023-04-05 09:30:28.398662545 +0200
+++ /var/tmp/diff_new_pack.NPI5Mz/_new  2023-04-05 09:30:28.402662569 +0200
@@ -12,11 +12,11 @@
  
  #ifndef USED_FOR_TARGET
 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
-index 09f7cf13eb6..dbc2cf5429a 100644
+index 04ca9d9b02b..944019edbc1 100644
 --- a/gcc/doc/invoke.texi
 +++ b/gcc/doc/invoke.texi
-@@ -10860,9 +10860,8 @@ possible.
- @opindex gdwarf
+@@ -11255,9 +11255,8 @@ possible.
+ @itemx -gdwarf-@var{version}
  Produce debugging information in DWARF format (if that is supported).
  The value of @var{version} may be either 2, 3, 4 or 5; the default
 -version for most targets is 5 (with the exception of VxWorks, TPF and

++++++ gcc44-rename-info-files.patch ++++++
--- /var/tmp/diff_new_pack.NPI5Mz/_old  2023-04-05 09:30:28.470662959 +0200
+++ /var/tmp/diff_new_pack.NPI5Mz/_new  2023-04-05 09:30:28.474662981 +0200
@@ -83,11 +83,11 @@
  libgomp/libgomp.texi      |    2 -
  22 files changed, 131 insertions(+), 70 deletions(-)
 
-Index: gcc/Makefile.in
-===================================================================
---- gcc/Makefile.in.orig
-+++ gcc/Makefile.in
-@@ -3306,8 +3306,29 @@ install-no-fixedincludes:
+diff --git a/gcc/Makefile.in b/gcc/Makefile.in
+index 6001c9e3b55..3dd359b63fe 100644
+--- a/gcc/Makefile.in
++++ b/gcc/Makefile.in
+@@ -3330,8 +3330,29 @@ install-no-fixedincludes:
  
  doc: $(BUILD_INFO) $(GENERATED_MANPAGES)
  
@@ -119,7 +119,7 @@
  
  info: $(INFOFILES) lang.info @GENINSRC@ srcinfo lang.srcinfo
  
-@@ -3363,21 +3384,41 @@ gcc-vers.texi: $(BASEVER) $(DEVPHASE)
+@@ -3387,21 +3408,41 @@ gcc-vers.texi: $(BASEVER) $(DEVPHASE)
  # patterns.  To use them, put each of the specific targets with its
  # specific dependencies but no build commands.
  
@@ -168,7 +168,7 @@
                        -I $(gcc_docdir)/include -o $@ $<; \
        fi
  
-@@ -3787,11 +3828,11 @@ install-driver: installdirs xgcc$(exeext
+@@ -3811,11 +3852,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 \
@@ -185,7 +185,7 @@
        lang.install-info
  
  $(DESTDIR)$(infodir)/%.info: doc/%.info installdirs
-@@ -4030,8 +4071,11 @@ uninstall: lang.uninstall
+@@ -4054,8 +4095,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)
@@ -199,10 +199,10 @@
        for i in ar nm ranlib ; do \
          install_name=`echo gcc-$$i|sed '$(program_transform_name)'`$(exeext) 
;\
          target_install_name=$(target_noncanonical)-`echo gcc-$$i|sed 
'$(program_transform_name)'`$(exeext) ; \
-Index: gcc/ada/gnat-style.texi
-===================================================================
---- gcc/ada/gnat-style.texi.orig
-+++ gcc/ada/gnat-style.texi
+diff --git a/gcc/ada/gnat-style.texi b/gcc/ada/gnat-style.texi
+index f3b1c29a24f..46bd21535cf 100644
+--- a/gcc/ada/gnat-style.texi
++++ b/gcc/ada/gnat-style.texi
 @@ -12,7 +12,7 @@
  @finalout
  @dircategory GNU Ada Tools 
@@ -212,10 +212,10 @@
  @end direntry
  
  @c %**end of header
-Index: gcc/ada/gnat_rm.texi
-===================================================================
---- gcc/ada/gnat_rm.texi.orig
-+++ gcc/ada/gnat_rm.texi
+diff --git a/gcc/ada/gnat_rm.texi b/gcc/ada/gnat_rm.texi
+index 212ed3df9d8..bed8ce40548 100644
+--- a/gcc/ada/gnat_rm.texi
++++ b/gcc/ada/gnat_rm.texi
 @@ -12,7 +12,7 @@
  @finalout
  @dircategory GNU Ada Tools 
@@ -225,10 +225,10 @@
  @end direntry
  
  @c %**end of header
-Index: gcc/ada/gnat_ugn.texi
-===================================================================
---- gcc/ada/gnat_ugn.texi.orig
-+++ gcc/ada/gnat_ugn.texi
+diff --git a/gcc/ada/gnat_ugn.texi b/gcc/ada/gnat_ugn.texi
+index a1daff92fbe..514931ec139 100644
+--- a/gcc/ada/gnat_ugn.texi
++++ b/gcc/ada/gnat_ugn.texi
 @@ -12,7 +12,7 @@
  @finalout
  @dircategory GNU Ada Tools 
@@ -238,11 +238,11 @@
  @end direntry
  
  @c %**end of header
-Index: gcc/d/Make-lang.in
-===================================================================
---- gcc/d/Make-lang.in.orig
-+++ gcc/d/Make-lang.in
-@@ -240,10 +240,11 @@ D_TEXI_FILES = \
+diff --git a/gcc/d/Make-lang.in b/gcc/d/Make-lang.in
+index 4feebac982b..8a9ac65f8ab 100644
+--- a/gcc/d/Make-lang.in
++++ b/gcc/d/Make-lang.in
+@@ -246,10 +246,11 @@ D_TEXI_FILES = \
        $(gcc_docdir)/include/gcc-common.texi \
        gcc-vers.texi
  
@@ -256,8 +256,8 @@
 +        $(MAKEINFO) $(MAKEINFOFLAGS) $(MAKEINFODEFS) -I $(gcc_docdir) \
                -I $(gcc_docdir)/include -o $@ $<; \
        else true; fi
-
-@@ -273,11 +274,11 @@ gdc.pod: d/gdc.texi
+ 
+@@ -274,11 +275,11 @@ gdc.pod: d/gdc.texi
  d.all.cross: gdc-cross$(exeext)
  d.start.encap: gdc$(exeext)
  d.rest.encap:
@@ -271,7 +271,7 @@
        -cp -p $^ $(srcdir)/doc
  d.srcextra:
  
-@@ -314,7 +315,7 @@ d.install-common: installdirs
+@@ -319,7 +320,7 @@ d.install-common: installdirs
  
  d.install-plugin:
  
@@ -280,7 +280,7 @@
  
  d.install-pdf: doc/gdc.pdf
        @$(NORMAL_INSTALL)
-@@ -364,7 +365,7 @@ d.uninstall:
+@@ -369,7 +370,7 @@ d.uninstall:
        -rm -rf $(DESTDIR)$(bindir)/$(D_INSTALL_NAME)$(exeext)
        -rm -rf $(DESTDIR)$(man1dir)/$(D_INSTALL_NAME)$(man1ext)
        -rm -rf $(DESTDIR)$(bindir)/$(D_TARGET_INSTALL_NAME)$(exeext)
@@ -289,11 +289,11 @@
  
  # Clean hooks.
  
-Index: gcc/d/gdc.texi
-===================================================================
---- gcc/d/gdc.texi.orig
-+++ gcc/d/gdc.texi
-@@ -36,7 +36,7 @@ man page gfdl(7).
+diff --git a/gcc/d/gdc.texi b/gcc/d/gdc.texi
+index 24b6ee00478..1a35bb099e6 100644
+--- a/gcc/d/gdc.texi
++++ b/gcc/d/gdc.texi
+@@ -38,7 +38,7 @@ man page gfdl(7).
  @format
  @dircategory Software development
  @direntry
@@ -302,11 +302,11 @@
  @end direntry
  @end format
  
-Index: gcc/doc/cpp.texi
-===================================================================
---- gcc/doc/cpp.texi.orig
-+++ gcc/doc/cpp.texi
-@@ -50,7 +50,7 @@ This manual contains no Invariant Sectio
+diff --git a/gcc/doc/cpp.texi b/gcc/doc/cpp.texi
+index 536167445ab..8afa4b2521e 100644
+--- a/gcc/doc/cpp.texi
++++ b/gcc/doc/cpp.texi
+@@ -50,7 +50,7 @@ This manual contains no Invariant Sections.  The Front-Cover 
Texts are
  @ifinfo
  @dircategory Software development
  @direntry
@@ -315,10 +315,10 @@
  @end direntry
  @end ifinfo
  
-Index: gcc/doc/cppinternals.texi
-===================================================================
---- gcc/doc/cppinternals.texi.orig
-+++ gcc/doc/cppinternals.texi
+diff --git a/gcc/doc/cppinternals.texi b/gcc/doc/cppinternals.texi
+index a8ddb5c190e..e8fe1fcf2d8 100644
+--- a/gcc/doc/cppinternals.texi
++++ b/gcc/doc/cppinternals.texi
 @@ -7,7 +7,7 @@
  @ifinfo
  @dircategory Software development
@@ -328,11 +328,11 @@
  @end direntry
  @end ifinfo
  
-Index: gcc/doc/extend.texi
-===================================================================
---- gcc/doc/extend.texi.orig
-+++ gcc/doc/extend.texi
-@@ -24506,7 +24506,7 @@ want to write code that checks whether t
+diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
+index 1ae68b0f20a..b07b6c044da 100644
+--- a/gcc/doc/extend.texi
++++ b/gcc/doc/extend.texi
+@@ -24497,7 +24497,7 @@ want to write code that checks whether these features 
are available, you can
  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,,
@@ -341,11 +341,11 @@
  
  @menu
  * C++ Volatiles::       What constitutes an access to a volatile object.
-Index: gcc/doc/gcc.texi
-===================================================================
---- gcc/doc/gcc.texi.orig
-+++ gcc/doc/gcc.texi
-@@ -63,12 +63,12 @@ Texts being (a) (see below), and with th
+diff --git a/gcc/doc/gcc.texi b/gcc/doc/gcc.texi
+index 7019365429d..9d9cb743a2d 100644
+--- a/gcc/doc/gcc.texi
++++ b/gcc/doc/gcc.texi
+@@ -63,12 +63,12 @@ Texts being (a) (see below), and with the Back-Cover Texts 
being (b)
  @ifnottex
  @dircategory Software development
  @direntry
@@ -373,11 +373,11 @@
  
  @menu
  * G++ and GCC::     You can compile C or C++ programs.
-Index: gcc/doc/gccint.texi
-===================================================================
---- gcc/doc/gccint.texi.orig
-+++ gcc/doc/gccint.texi
-@@ -49,7 +49,7 @@ Texts being (a) (see below), and with th
+diff --git a/gcc/doc/gccint.texi b/gcc/doc/gccint.texi
+index 33cf7fdafce..8c76bf8a0c6 100644
+--- a/gcc/doc/gccint.texi
++++ b/gcc/doc/gccint.texi
+@@ -49,7 +49,7 @@ Texts being (a) (see below), and with the Back-Cover Texts 
being (b)
  @ifnottex
  @dircategory Software development
  @direntry
@@ -386,7 +386,7 @@
  @end direntry
  This file documents the internals of the GNU compilers.
  @sp 1
-@@ -81,7 +81,7 @@ write front ends for new languages.  It
+@@ -81,7 +81,7 @@ write front ends for new languages.  It corresponds to the 
compilers
  @value{VERSION_PACKAGE}
  @end ifset
  version @value{version-GCC}.  The use of the GNU compilers is documented in a
@@ -395,10 +395,10 @@
  Compiler Collection (GCC)}.
  
  This manual is mainly a reference manual rather than a tutorial.  It
-Index: gcc/doc/install.texi
-===================================================================
---- gcc/doc/install.texi.orig
-+++ gcc/doc/install.texi
+diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
+index 8ef5c1414da..b6c3dec7a60 100644
+--- a/gcc/doc/install.texi
++++ b/gcc/doc/install.texi
 @@ -89,7 +89,7 @@ Free Documentation License}''.
  @end ifinfo
  @dircategory Software development
@@ -408,11 +408,11 @@
  @end direntry
  
  @c Part 3 Titlepage and Copyright
-Index: gcc/doc/invoke.texi
-===================================================================
---- gcc/doc/invoke.texi.orig
-+++ gcc/doc/invoke.texi
-@@ -16744,7 +16744,7 @@ One of the standard libraries bypassed b
+diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
+index 04ca9d9b02b..92f6ba2bb67 100644
+--- a/gcc/doc/invoke.texi
++++ b/gcc/doc/invoke.texi
+@@ -17687,7 +17687,7 @@ One of the standard libraries bypassed by 
@option{-nostdlib} and
  @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.
@@ -421,7 +421,7 @@
  Collection (GCC) Internals},
  for more discussion of @file{libgcc.a}.)
  In most cases, you need @file{libgcc.a} even when you want to avoid
-@@ -16860,7 +16860,7 @@ or @option{-nodefaultlibs} you should usually specify 
@option{-lgcc} as well.
+@@ -17696,7 +17696,7 @@ or @option{-nodefaultlibs} you should usually specify 
@option{-lgcc} as well.
  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++
@@ -429,8 +429,8 @@
 +constructors are called; @pxref{Collect2,,@code{collect2}, @value{fngccint},
  GNU Compiler Collection (GCC) Internals}.)
  
- @item -nostdlib++
-@@ -34229,7 +34229,7 @@ Note that you can also specify places to
+ @opindex nostdlib++
+@@ -35074,7 +35074,7 @@ Note that you can also specify places to search using 
options such as
  @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@.
@@ -439,7 +439,7 @@
  GNU Compiler Collection (GCC) Internals}.
  
  @table @env
-@@ -34409,7 +34409,7 @@ the headers it contains change.
+@@ -35254,7 +35254,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
@@ -448,10 +448,10 @@
  compiler looks for a precompiled header in each directory just before it
  looks for the include file in that directory.  The name searched for is
  the name specified in the @code{#include} with @samp{.gch} appended.  If
-Index: gcc/doc/libgcc.texi
-===================================================================
---- gcc/doc/libgcc.texi.orig
-+++ gcc/doc/libgcc.texi
+diff --git a/gcc/doc/libgcc.texi b/gcc/doc/libgcc.texi
+index 73aa803f97b..e005588b88e 100644
+--- a/gcc/doc/libgcc.texi
++++ b/gcc/doc/libgcc.texi
 @@ -24,7 +24,7 @@ that needs them.
  GCC will also generate calls to C library routines, such as
  @code{memcpy} and @code{memset}, in some cases.  The set of routines
@@ -461,10 +461,10 @@
  
  These routines take arguments and return values of a specific machine
  mode, not a specific C type.  @xref{Machine Modes}, for an explanation
-Index: gcc/fortran/Make-lang.in
-===================================================================
---- gcc/fortran/Make-lang.in.orig
-+++ gcc/fortran/Make-lang.in
+diff --git a/gcc/fortran/Make-lang.in b/gcc/fortran/Make-lang.in
+index 1666fd8f0ff..96ec8861a3d 100644
+--- a/gcc/fortran/Make-lang.in
++++ b/gcc/fortran/Make-lang.in
 @@ -116,7 +116,8 @@ fortran.tags: force
        cd $(srcdir)/fortran; $(ETAGS) -o TAGS.sub *.cc *.h; \
        $(ETAGS) --include TAGS.sub --include ../TAGS.sub
@@ -488,7 +488,7 @@
            -o $@ $<; \
        else true; fi
  
-@@ -267,7 +268,7 @@ fortran.install-common: install-finclude
+@@ -267,7 +268,7 @@ fortran.install-common: install-finclude-dir installdirs
  
  fortran.install-plugin:
  
@@ -506,11 +506,11 @@
  
  #
  # Clean hooks:
-Index: gcc/fortran/gfortran.texi
-===================================================================
---- gcc/fortran/gfortran.texi.orig
-+++ gcc/fortran/gfortran.texi
-@@ -101,7 +101,7 @@ Texts being (a) (see below), and with th
+diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi
+index c483e13686d..d0c243de08c 100644
+--- a/gcc/fortran/gfortran.texi
++++ b/gcc/fortran/gfortran.texi
+@@ -101,7 +101,7 @@ Texts being (a) (see below), and with the Back-Cover Texts 
being (b)
  @ifinfo
  @dircategory Software development
  @direntry
@@ -519,11 +519,11 @@
  @end direntry
  This file documents the use and the internals of
  the GNU Fortran compiler, (@command{gfortran}).
-Index: libffi/Makefile.am
-===================================================================
---- libffi/Makefile.am.orig
-+++ libffi/Makefile.am
-@@ -28,6 +28,8 @@ TEXINFO_TEX   = ../gcc/doc/include/texin
+diff --git a/libffi/Makefile.am b/libffi/Makefile.am
+index c6d6f849c53..6fbf374a2e7 100644
+--- a/libffi/Makefile.am
++++ b/libffi/Makefile.am
+@@ -28,6 +28,8 @@ TEXINFO_TEX   = ../gcc/doc/include/texinfo.tex
  # Defines info, dvi, pdf and html targets
  MAKEINFOFLAGS = -I $(srcdir)/../gcc/doc/include
  info_TEXINFOS = doc/libffi.texi
@@ -551,11 +551,11 @@
        @touch $@
  
  CLEANFILES = $(STAMP_GENINSRC) $(STAMP_BUILD_INFO)
-Index: libffi/Makefile.in
-===================================================================
---- libffi/Makefile.in.orig
-+++ libffi/Makefile.in
-@@ -249,7 +249,8 @@ AM_V_texidevnull = $(am__v_texidevnull_@
+diff --git a/libffi/Makefile.in b/libffi/Makefile.in
+index 5524a6a571e..1898ffee446 100644
+--- a/libffi/Makefile.in
++++ b/libffi/Makefile.in
+@@ -249,7 +249,8 @@ AM_V_texidevnull = $(am__v_texidevnull_@AM_V@)
  am__v_texidevnull_ = $(am__v_texidevnull_@AM_DEFAULT_V@)
  am__v_texidevnull_0 = > /dev/null
  am__v_texidevnull_1 = 
@@ -565,7 +565,7 @@
  am__TEXINFO_TEX_DIR = $(srcdir)/../gcc/doc/include
  DVIS = doc/libffi.dvi
  PDFS = doc/libffi.pdf
-@@ -473,6 +474,8 @@ TEXINFO_TEX = ../gcc/doc/include/texinfo
+@@ -473,6 +474,8 @@ TEXINFO_TEX = ../gcc/doc/include/texinfo.tex
  # Defines info, dvi, pdf and html targets
  MAKEINFOFLAGS = -I $(srcdir)/../gcc/doc/include
  info_TEXINFOS = doc/libffi.texi
@@ -574,7 +574,7 @@
  @GENINSRC_FALSE@STAMP_GENINSRC = 
  
  # AM_CONDITIONAL on configure option --generated-files-in-srcdir
-@@ -1906,14 +1909,15 @@ uninstall-am: uninstall-dvi-am uninstall
+@@ -1906,14 +1909,15 @@ uninstall-am: uninstall-dvi-am uninstall-html-am 
uninstall-info-am \
  
  all-local: $(STAMP_GENINSRC)
  
@@ -594,11 +594,11 @@
        @touch $@
  
@LIBFFI_BUILD_VERSIONED_SHLIB_SUN_TRUE@@[email protected]
 : libffi.map $(top_srcdir)/../contrib/make_sunver.pl \
  @LIBFFI_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBFFI_BUILD_VERSIONED_SHLIB_TRUE@    
         $(libffi_la_OBJECTS) $(libffi_la_LIBADD)
-Index: libffi/doc/libffi.texi
-===================================================================
---- libffi/doc/libffi.texi.orig
-+++ libffi/doc/libffi.texi
-@@ -43,7 +43,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN
+diff --git a/libffi/doc/libffi.texi b/libffi/doc/libffi.texi
+index 7fd3625d992..62dc76d6d64 100644
+--- a/libffi/doc/libffi.texi
++++ b/libffi/doc/libffi.texi
+@@ -43,7 +43,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  
  @dircategory Development
  @direntry
@@ -607,10 +607,10 @@
  @end direntry
  
  @titlepage
-Index: libgomp/Makefile.am
-===================================================================
---- libgomp/Makefile.am.orig
-+++ libgomp/Makefile.am
+diff --git a/libgomp/Makefile.am b/libgomp/Makefile.am
+index 428f7a9dab5..cce97d85bc8 100644
+--- a/libgomp/Makefile.am
++++ b/libgomp/Makefile.am
 @@ -129,14 +129,17 @@ endif
  
  all-local: $(STAMP_GENINSRC)
@@ -633,11 +633,11 @@
        @touch $@
  
  
-Index: libgomp/Makefile.in
-===================================================================
---- libgomp/Makefile.in.orig
-+++ libgomp/Makefile.in
-@@ -618,6 +618,7 @@ info_TEXINFOS = libgomp.texi
+diff --git a/libgomp/Makefile.in b/libgomp/Makefile.in
+index 2c81ccacc1d..0fb67876733 100644
+--- a/libgomp/Makefile.in
++++ b/libgomp/Makefile.in
+@@ -612,6 +612,7 @@ info_TEXINFOS = libgomp.texi
  
  # AM_CONDITIONAL on configure check ACX_CHECK_PROG_VER([MAKEINFO])
  @BUILD_INFO_TRUE@STAMP_BUILD_INFO = stamp-build-info
@@ -645,7 +645,7 @@
  CLEANFILES = $(STAMP_GENINSRC) $(STAMP_BUILD_INFO)
  MAINTAINERCLEANFILES = $(srcdir)/libgomp.info
  MULTISRCTOP = 
-@@ -1398,15 +1399,16 @@ env.lo: libgomp_f.h
+@@ -1392,15 +1393,16 @@ env.lo: libgomp_f.h
  env.o: libgomp_f.h
  
  all-local: $(STAMP_GENINSRC)
@@ -667,11 +667,11 @@
        @touch $@
  
  # target overrides
-Index: libgomp/libgomp.texi
-===================================================================
---- libgomp/libgomp.texi.orig
-+++ libgomp/libgomp.texi
-@@ -31,7 +31,7 @@ texts being (a) (see below), and with th
+diff --git a/libgomp/libgomp.texi b/libgomp/libgomp.texi
+index 1b6358db4dc..99726051c33 100644
+--- a/libgomp/libgomp.texi
++++ b/libgomp/libgomp.texi
+@@ -31,7 +31,7 @@ texts being (a) (see below), and with the Back-Cover Texts 
being (b)
  @ifinfo
  @dircategory GNU Libraries
  @direntry
@@ -680,10 +680,10 @@
  @end direntry
  
  This manual documents libgomp, the GNU Offloading and Multi Processing
-Index: libitm/libitm.texi
-===================================================================
---- libitm/libitm.texi.orig
-+++ libitm/libitm.texi
+diff --git a/libitm/libitm.texi b/libitm/libitm.texi
+index 9bb818fa53f..e62a90231f5 100644
+--- a/libitm/libitm.texi
++++ b/libitm/libitm.texi
 @@ -20,7 +20,7 @@ Free Documentation License''.
  @ifinfo
  @dircategory GNU Libraries
@@ -693,10 +693,10 @@
  @end direntry
  
  This manual documents the GNU Transactional Memory Library.
-Index: libquadmath/libquadmath.texi
-===================================================================
---- libquadmath/libquadmath.texi.orig
-+++ libquadmath/libquadmath.texi
+diff --git a/libquadmath/libquadmath.texi b/libquadmath/libquadmath.texi
+index 2e3a62511b1..ac658f5f2a7 100644
+--- a/libquadmath/libquadmath.texi
++++ b/libquadmath/libquadmath.texi
 @@ -25,7 +25,7 @@ copy and modify this GNU manual.
  @ifinfo
  @dircategory GNU Libraries

Reply via email to