From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1499) id B45263858D39; Thu, 19 Jan 2023 15:00:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B45263858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1674140437; bh=pavNRw2Z8dNc7e1JbDut4DfqgKB1lnbD4z3LQN5zGAc=; h=From:To:Subject:Date:From; b=QiZuFkD6lsvBjs0asRAF5cmx4lcytqBGn5qGjJsVflXmGg558iXqhOc0cAQjHLW0N oq2u3ERwpLFy9ekOlVOO+MlR8szHh37qWAfYo0ucg8GVn9N+KHv6PCP5b5Rh/dZFec GY3bVo9UFMCSgLwVraRd7X7aqb/z+BL/aG1G5t40= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Gaius Mulley To: gcc-cvs@gcc.gnu.org Subject: [gcc r13-5258] PR-108373 Update contrib/gcc_update:files_and_dependencies for Modula-2 X-Act-Checkin: gcc X-Git-Author: Gaius Mulley X-Git-Refname: refs/heads/master X-Git-Oldrev: 74833b3165865a9373506f447720cf20f29c20c8 X-Git-Newrev: 5115508919325bfa78bb894acdb468c173637982 Message-Id: <20230119150037.B45263858D39@sourceware.org> Date: Thu, 19 Jan 2023 15:00:37 +0000 (GMT) List-Id: https://gcc.gnu.org/g:5115508919325bfa78bb894acdb468c173637982 commit r13-5258-g5115508919325bfa78bb894acdb468c173637982 Author: Gaius Mulley Date: Thu Jan 19 15:00:19 2023 +0000 PR-108373 Update contrib/gcc_update:files_and_dependencies for Modula-2 This patch adds the dependencies for automatically generated files used by the Modula-2 front end. contrib/ChangeLog: * gcc_update (files_and_dependencies): Add dependencies for gcc/m2/gm2config.h.in, gcc/m2/configure, gcc/m2/gm2-libs/config-host, libgm2/Makefile.in, libgm2/aclocal.m4, libgm2/libm2cor/Makefile.in, libgm2/libm2pim/Makefile.in, libgm2/libm2iso/Makefile.in, libgm2/libm2log/Makefile.in and libgm2/libm2min/Makefile.in. Signed-off-by: Gaius Mulley Diff: --- contrib/gcc_update | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/contrib/gcc_update b/contrib/gcc_update index c5630df6c4c..1bfc67ac91a 100755 --- a/contrib/gcc_update +++ b/contrib/gcc_update @@ -4,7 +4,7 @@ # repository, with an emphasis on treating generated files correctly, so # that autoconf, gperf et al are not required for the ``end'' user. # -# (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009, +# (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009, # 2010, 2011, 2012, 2013, 2014, 2015, 2017 Free Software Foundation # Originally by Gerald Pfeifer , August 1998. # @@ -96,6 +96,9 @@ gcc/config/rs6000/fusion.md: gcc/config/rs6000/genfusion.pl gcc/cp/cfns.h: gcc/cp/cfns.gperf gcc/cp/std-name-hint.h: gcc/cp/std-name-hint.gperf gcc/cp/std-name-hint.gperf: gcc/cp/cxxapi-data.csv +gcc/m2/configure: gcc/m2/configure.ac +gcc/m2/gm2config.h.in: gcc/m2/configure.ac +gcc/m2/gm2-libs/config-host: gcc/m2/gm2-libs/config-host.in # testsuite # Without this, _Pragma3.c can have a false negative. gcc/testsuite/gcc.dg/cpp/_Pragma3.c: gcc/testsuite/gcc.dg/cpp/mi1c.h @@ -128,6 +131,13 @@ libffi/configure: libffi/configure.ac libffi/aclocal.m4 libffi/fficonfig.h.in: libffi/configure.ac libffi/aclocal.m4 libgfortran/aclocal.m4: libgfortran/configure.ac libgfortran/acinclude.m4 libgfortran/Makefile.in: libgfortran/Makefile.am libgfortran/configure.ac libgfortran/aclocal.m4 +libgm2/Makefile.in: libgm2/Makefile.am libgm2/configure.ac libgm2/aclocal.m4 +libgm2/aclocal.m4: libgm2/configure.ac +libgm2/libm2cor/Makefile.in: libgm2/libm2cor/Makefile.am +libgm2/libm2pim/Makefile.in: libgm2/libm2pim/Makefile.am +libgm2/libm2iso/Makefile.in: libgm2/libm2iso/Makefile.am +libgm2/libm2log/Makefile.in: libgm2/libm2log/Makefile.am +libgm2/libm2min/Makefile.in: libgm2/libm2min/Makefile.am libquadmath/configure: libquadmath/configure.ac libquadmath/aclocal.m4 libquadmath/aclocal.m4: libquadmath/configure.ac libquadmath/acinclude.m4 libquadmath/Makefile.in: libquadmath/Makefile.am libquadmath/configure.ac libgfortran/aclocal.m4 @@ -345,7 +355,7 @@ case $vcs_type in fi fi branch=`$GCC_GIT name-rev --name-only HEAD || :` - ;; + ;; hg) chat "Updating HG tree"