From patchwork Wed May 31 12:33:32 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Tromey X-Patchwork-Id: 70378 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 04B5D3858033 for ; Wed, 31 May 2023 12:34:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 04B5D3858033 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1685536457; bh=4EfLOGiRNXrO6FCinCH4QCyCi+iqMcdhI/aHN8DZWxw=; h=To:Cc:Subject:Date:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From:Reply-To:From; b=PkHt00+43VWVeVG0EtfiGj1qpR4fbAz2XGbLIP8LYblWhw9xCITvXFCbZicm5P7xW IYqdQOkYbJmBV7zif9Wbxu22iZWvtn9suqFmRHxiwEkPty/3NjbL1p7zM4hqdLOh23 fklKy5qWIGyve/BHCEdAw8QQe5DNTGzyftvsOAe8= X-Original-To: gdb-patches@sourceware.org Delivered-To: gdb-patches@sourceware.org Received: from mail-io1-xd35.google.com (mail-io1-xd35.google.com [IPv6:2607:f8b0:4864:20::d35]) by sourceware.org (Postfix) with ESMTPS id 775063858C2F for ; Wed, 31 May 2023 12:33:44 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 775063858C2F Received: by mail-io1-xd35.google.com with SMTP id ca18e2360f4ac-77749d2613bso97375039f.2 for ; Wed, 31 May 2023 05:33:44 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1685536423; x=1688128423; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=4EfLOGiRNXrO6FCinCH4QCyCi+iqMcdhI/aHN8DZWxw=; b=DiAbECgNBXiGa0OzI817smrFNu93Zrj3HaftFfU6N+AoUAOtbmgwSG5J60LFnBBdS8 vJqJtQ/39VJux1k5INeKl7UYSpQIPDfQgyqLxXmQFZKhXYwJbVPIMiCZe6b3LEO2LHFg RhjTjKNRtkU/RChQfKcs9vTmPMNQ9ooWSYa53lF69WLYVDA3uMMPDL4GLa0a12nKcNjj BZL94vWMKIySum1i9M2UkSwQrN18DK01/HCrTJ1W95mdzuIkn2We43DfqmiIvBFd4TDG mA1czDWJrlsWHRtAYKQ2ay856rWhy+Hb+GQYON5r7Fj2L+8eOQgTJb3gIzhjOD0IzfBj hfsg== X-Gm-Message-State: AC+VfDx8zj5GpSSad6LzX8fLgZMDvnHudUbpBc5PuywdkpEyGwXvcLJx LpQjOr0ntbvvSnNBKCecEhkmGR91a3wrnOpyu98FqA== X-Google-Smtp-Source: ACHHUZ6XGwKG0qHA37IOkAKWqxdscj47sBFG3AIifUNl2O9yeLsi24Knfbr7AW6sQywydcaP39dUhA== X-Received: by 2002:a6b:e213:0:b0:769:8933:3c7f with SMTP id z19-20020a6be213000000b0076989333c7fmr5362727ioc.9.1685536423417; Wed, 31 May 2023 05:33:43 -0700 (PDT) Received: from localhost.localdomain (71-211-130-244.hlrn.qwest.net. [71.211.130.244]) by smtp.gmail.com with ESMTPSA id d31-20020a02605f000000b0041892c49228sm1355330jaf.110.2023.05.31.05.33.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 31 May 2023 05:33:42 -0700 (PDT) To: gdb-patches@sourceware.org Cc: brobecker@adacore.com, Tom Tromey Subject: [PATCH] Add missing backslash to update-gnulib.sh Date: Wed, 31 May 2023 06:33:32 -0600 Message-Id: <20230531123332.3448786-1-tromey@adacore.com> X-Mailer: git-send-email 2.40.0 MIME-Version: 1.0 X-Spam-Status: No, score=-11.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, KAM_SHORT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Patchwork-Original-From: Tom Tromey via Gdb-patches From: Tom Tromey Reply-To: Tom Tromey Errors-To: gdb-patches-bounces+patchwork=sourceware.org@sourceware.org Sender: "Gdb-patches" A user on irc noticed a missing backslash on one line in update-gnulib.sh. This patch adds it. Re-running update-gnulib.sh causes a few copyright notices to change. Presumably these are from upstream gnulib and shouldn't be touched by our yearly update. I've updated the script to account for this, but I did not want to try testing it... --- gdb/copyright.py | 2 ++ gnulib/Makefile.in | 2 +- gnulib/doc/gendocs_template | 2 +- gnulib/doc/gendocs_template_min | 2 +- gnulib/update-gnulib.sh | 2 +- 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/gdb/copyright.py b/gdb/copyright.py index 5456aca2aa0..2fbcaa9d37d 100755 --- a/gdb/copyright.py +++ b/gdb/copyright.py @@ -218,6 +218,8 @@ EXCLUDE_LIST = ( "gdb/nat/glibc_thread_db.h", "gdb/CONTRIBUTE", "gdbsupport/Makefile.in", + "gnulib/doc/gendocs_template", + "gnulib/doc/gendocs_template_min", "gnulib/import", "gnulib/config.in", "gnulib/Makefile.in", diff --git a/gnulib/Makefile.in b/gnulib/Makefile.in index 6a2091627d2..8d5bf7f1672 100644 --- a/gnulib/Makefile.in +++ b/gnulib/Makefile.in @@ -14,7 +14,7 @@ @SET_MAKE@ -# Copyright (C) 2019-2022 Free Software Foundation, Inc. +# Copyright (C) 2019-2023 Free Software Foundation, Inc. # This file is part of GDB. diff --git a/gnulib/doc/gendocs_template b/gnulib/doc/gendocs_template index a101977dfc4..0415d947be6 100644 --- a/gnulib/doc/gendocs_template +++ b/gnulib/doc/gendocs_template @@ -2,7 +2,7 @@