From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) by sourceware.org (Postfix) with ESMTP id C7A7F3858404 for ; Wed, 10 Nov 2021 00:14:33 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org C7A7F3858404 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gentoo.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gentoo.org Received: by smtp.gentoo.org (Postfix, from userid 559) id 3AD9A342F6C; Wed, 10 Nov 2021 00:14:33 +0000 (UTC) From: Mike Frysinger To: newlib@sourceware.org Subject: [PATCH 00/12] sync etc/ to bfd/gdb tree Date: Tue, 9 Nov 2021 19:14:19 -0500 Message-Id: <20211110001431.2212-1-vapier@gentoo.org> X-Mailer: git-send-email 2.33.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-5.0 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: newlib@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Newlib mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Nov 2021 00:14:37 -0000 This pulls in all the commits that updated etc/ since it was last updated. Alan Modra (5): update-copyright.py for binutils Update year range in copyright notice of binutils files Update year range in copyright notice of binutils files Add libctf to update-copyright.py Update year range in copyright notice of binutils files Mike Frysinger (2): etc: rename configure.in to configure.ac etc: switch to automake Nick Clifton (2): Fix compile time warning messages building with gcc v6.1.1 Update the address of the FSF in the copyright notice of files which were using the old address. Sergei Trofimovich (1): texi2pod.pl: add no-op --no-split option support [PR28144] Simon Marchi (2): Bump to autoconf 2.69 and automake 1.15.1 texi2pod.pl: import support for @t{...} from gcc COPYING.LIBGLOSS | 8 +- ChangeLog | 4 + etc/ChangeLog | 34 ++ etc/Makefile.am | 19 + etc/Makefile.in | 407 +++++++++++++-- etc/aclocal.m4 | 792 ++++++++++++++++++++++++++++ etc/add-log.el | 8 +- etc/configure | 1086 +++++++++++++++++++++++++++++++-------- etc/configure.ac | 9 + etc/configure.in | 27 - etc/texi2pod.pl | 7 +- etc/update-copyright.py | 622 ++++++++++++++++++++++ 12 files changed, 2713 insertions(+), 310 deletions(-) create mode 100644 etc/Makefile.am create mode 100644 etc/aclocal.m4 create mode 100644 etc/configure.ac delete mode 100644 etc/configure.in create mode 100755 etc/update-copyright.py -- 2.33.0