From patchwork Wed Sep 28 12:07:45 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pedro Alves X-Patchwork-Id: 58107 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 F2FD13857BB8 for ; Wed, 28 Sep 2022 12:08:02 +0000 (GMT) X-Original-To: gdb-patches@sourceware.org Delivered-To: gdb-patches@sourceware.org Received: from mail-wm1-f44.google.com (mail-wm1-f44.google.com [209.85.128.44]) by sourceware.org (Postfix) with ESMTPS id 987DB3858C83 for ; Wed, 28 Sep 2022 12:07:48 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 987DB3858C83 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=palves.net Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-wm1-f44.google.com with SMTP id u16-20020a05600c211000b003b5152ebf09so1071399wml.5 for ; Wed, 28 Sep 2022 05:07:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:to :from:x-gm-message-state:from:to:cc:subject:date; bh=gT9M/LlF1V3FytHX99vU6v/MtGsEGh+pSw2OEg99d90=; b=H6w4AbpgaG/0RdLi9QmMe3adbi302gcJNYMm5zMNUWdtoNjBz1gfG5X1oTitkBbQxN 9crejJNL/cMRVKkkE83mU3sPOZYzQ69E1gnbvRIq42bpUUljrykIxPejrVIeTT52kngP e7y/gkyF2paTKr7zmn1VIPr2V97onyLx09O69VxQNKL8Os13KcDLY8SxHVb6MpjCGFuC mJVj+QLyeLNJ8bpTO/AvKEkShZRuKtnAGD7MXoWWHc2+gbKuwaYHwK8apaf+tBlO0L89 S3Gk0gt9tW5Eq9erTd84TTHm+cHObfNc00yLKOo8klJOvveSG/AOFxLcRqdPbfYqUTRY 84/Q== X-Gm-Message-State: ACrzQf027JAJhDjxml5wKb961qX2UEMj9IK9EfNvuhYiGkMtzYnfRwQI /9ZkOS+v9uCJpvhaOSJpTe2Z1iKs/MI= X-Google-Smtp-Source: AMsMyM7qH+H+541EosEfULNs5y4ME7jPUk23hjjDERLPYsqazq7yr/O0IMR3RnLvFczBT6L5/6pyhg== X-Received: by 2002:a05:600c:4856:b0:3b4:9aa3:cb57 with SMTP id j22-20020a05600c485600b003b49aa3cb57mr6706879wmo.116.1664366866983; Wed, 28 Sep 2022 05:07:46 -0700 (PDT) Received: from localhost ([2001:8a0:f93a:3b00:e038:5cdc:b8bf:4653]) by smtp.gmail.com with ESMTPSA id i4-20020a05600c354400b003b47b80cec3sm1554992wmq.42.2022.09.28.05.07.45 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 28 Sep 2022 05:07:46 -0700 (PDT) From: Pedro Alves To: gdb-patches@sourceware.org Subject: [ob/pushed] Renenerate {gdb,gdbserver}/configure Date: Wed, 28 Sep 2022 13:07:45 +0100 Message-Id: <20220928120745.1184662-1-pedro@palves.net> X-Mailer: git-send-email 2.36.0 MIME-Version: 1.0 X-Spam-Status: No, score=-10.6 required=5.0 tests=BAYES_00, FREEMAIL_FORGED_FROMDOMAIN, FREEMAIL_FROM, GIT_PATCH_0, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP 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: , Errors-To: gdb-patches-bounces+patchwork=sourceware.org@sourceware.org Sender: "Gdb-patches" Pick up config/lib-ld.m4 changes from: commit 67d1991b785bdfef1d70cddfa0202b99b43ccce9 Author: Alan Modra AuthorDate: Wed Sep 28 13:37:31 2022 +0930 Commit: Alan Modra CommitDate: Wed Sep 28 13:37:31 2022 +0930 egrep in binutils Change-Id: Ifc84d30f1fca015e80bafa80f9a35616b0077220 --- gdb/configure | 4 ++-- gdbserver/configure | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) base-commit: 7ebd68d1420692cda899a40acf5d96a4013a3258 diff --git a/gdb/configure b/gdb/configure index 9c7a37a623e..238b66f3c60 100755 --- a/gdb/configure +++ b/gdb/configure @@ -8480,7 +8480,7 @@ else # Check to see if the program is GNU ld. I'd rather use --version, # but apparently some GNU ld's only accept -v. # Break only if it was the GNU/non-GNU ld that we prefer. - if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then + if "$acl_cv_path_LD" -v 2>&1 < /dev/null | $EGREP '(GNU|with BFD)' > /dev/null; then test "$with_gnu_ld" != no && break else test "$with_gnu_ld" != yes && break @@ -8508,7 +8508,7 @@ if ${acl_cv_prog_gnu_ld+:} false; then : $as_echo_n "(cached) " >&6 else # I'd rather use --version here, but apparently some GNU ld's only accept -v. -if $LD -v 2>&1 &5; then +if $LD -v 2>&1 &5; then acl_cv_prog_gnu_ld=yes else acl_cv_prog_gnu_ld=no diff --git a/gdbserver/configure b/gdbserver/configure index e6b46c24588..050264ed7da 100755 --- a/gdbserver/configure +++ b/gdbserver/configure @@ -6304,7 +6304,7 @@ else # Check to see if the program is GNU ld. I'd rather use --version, # but apparently some GNU ld's only accept -v. # Break only if it was the GNU/non-GNU ld that we prefer. - if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then + if "$acl_cv_path_LD" -v 2>&1 < /dev/null | $EGREP '(GNU|with BFD)' > /dev/null; then test "$with_gnu_ld" != no && break else test "$with_gnu_ld" != yes && break @@ -6332,7 +6332,7 @@ if ${acl_cv_prog_gnu_ld+:} false; then : $as_echo_n "(cached) " >&6 else # I'd rather use --version here, but apparently some GNU ld's only accept -v. -if $LD -v 2>&1 &5; then +if $LD -v 2>&1 &5; then acl_cv_prog_gnu_ld=yes else acl_cv_prog_gnu_ld=no