From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=adacore.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=adacore.com Received: by mail-io1-xd35.google.com with SMTP id ca18e2360f4ac-77749d2613bso97375039f.2 for ; Wed, 31 May 2023 05:33:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adacore.com; s=google; t=1685536423; x=1688128423; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=4EfLOGiRNXrO6FCinCH4QCyCi+iqMcdhI/aHN8DZWxw=; b=hqd1lT/+vYZUfETaAFKgfo+6h+wNHtGeZUHHvThfkFYDbpWCFrTVbRO8do65W1XmR4 59fer55oeY4Im9EPvGgwj2VcAp0KekkjV4oPBPQiKQ8DJHa7t0uEiHbe3vdqiupsePT7 BA27hZhNvlD4avjogqe0/kRtlc+8ZFMD5yb9S+R4BKOXyEdbHN6pJ6jwtnbqZOUjltRU /VX0Mly3y0sTa0Rr/oK62iKZzIq7nweVOHfn1Hfp1aLeAXJ7THCIVtyFDRhp7SAClf0z weesZG5enNNNc5TH+vzzJqlqN2Kh5Qi4CX227O2uHKfdtUNUdk/RO29CsKEy1fGVt9ta 0xgA== 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) From: Tom Tromey 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 Content-Transfer-Encoding: 8bit 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 List-Id: 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 @@