From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2126) id 572D83858D28; Mon, 25 Apr 2022 13:35:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 572D83858D28 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Tom Tromey To: bfd-cvs@sourceware.org, gdb-cvs@sourceware.org Subject: [binutils-gdb/gdb-12-branch] Import gnulib changes X-Act-Checkin: binutils-gdb X-Git-Author: Tom Tromey X-Git-Refname: refs/heads/gdb-12-branch X-Git-Oldrev: e312dfbe9556d8e4557abe7fd3f1a4681e15da06 X-Git-Newrev: 4324e94471818eac36520c2fc0c7d108d5395d14 Message-Id: <20220425133522.572D83858D28@sourceware.org> Date: Mon, 25 Apr 2022 13:35:22 +0000 (GMT) X-BeenThere: gdb-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2022 13:35:22 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D4324e9447181= 8eac36520c2fc0c7d108d5395d14 commit 4324e94471818eac36520c2fc0c7d108d5395d14 Author: Tom Tromey Date: Mon Apr 18 12:56:41 2022 -0600 Import gnulib changes =20 This imports the gnulib patches that were mentioned by Eli. I created the patches from gnulib git, ran them through filterdiff, and then applied them using update-gnulib.sh's patch-applying facility. =20 I think the patches are either obviously Windows-specific or harmless, but I encourage you to look for yourself. =20 I tested by rebuilding on x86-64 Fedora 34, and also using the Fedora mingw cross toolchain. Diff: --- gnulib/Makefile.in | 2 +- gnulib/doc/gendocs_template | 2 +- gnulib/doc/gendocs_template_min | 2 +- gnulib/import/glob.c | 19 +++++++++++++- gnulib/import/select.c | 9 ++++--- gnulib/import/unistd.in.h | 12 +++++++-- gnulib/patches/0002-glob-tilde-check | 49 ++++++++++++++++++++++++++++++++= ++++ gnulib/patches/0003-unistd-h-fix | 36 ++++++++++++++++++++++++++ gnulib/patches/0004-select-mingw | 33 ++++++++++++++++++++++++ gnulib/update-gnulib.sh | 4 +++ 10 files changed, 158 insertions(+), 10 deletions(-) diff --git a/gnulib/Makefile.in b/gnulib/Makefile.in index af264c3c12d..a29a9b6ce88 100644 --- a/gnulib/Makefile.in +++ b/gnulib/Makefile.in @@ -14,7 +14,7 @@ =20 @SET_MAKE@ =20 -# Copyright (C) 2019-2021 Free Software Foundation, Inc. +# Copyright (C) 2019-2022 Free Software Foundation, Inc. =20 # This file is part of GDB. =20 diff --git a/gnulib/doc/gendocs_template b/gnulib/doc/gendocs_template index c8c8fc61001..cd9ac38319a 100644 --- a/gnulib/doc/gendocs_template +++ b/gnulib/doc/gendocs_template @@ -2,7 +2,7 @@ =20