From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pg1-x530.google.com (mail-pg1-x530.google.com [IPv6:2607:f8b0:4864:20::530]) by sourceware.org (Postfix) with ESMTPS id E780E3858C2C for ; Thu, 10 Mar 2022 08:11:07 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org E780E3858C2C Received: by mail-pg1-x530.google.com with SMTP id t14so4102590pgr.3 for ; Thu, 10 Mar 2022 00:11:07 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-disposition; bh=hGmKP0tZuEcOtouEc9m5wsjuKruvx1bkqDZC0OowHBA=; b=bfNhyLnrqex3FLrdXfL+U3R6Vqgi0CSi/acFPOKi7S7+7sy/ijR1E2L6NINpfo1UyF w48vVPlgoE6U4FK18ILY20HgSOZ//z6vf6WDCYx3t2CymogBsMj51cB5zEao3hGxVEfg r2CuT6S6ykYYbph43zaZKgpoprx3qCy+w3xt4WM9p7nfgQV4XhLuBW9mNJy8YDV12PW0 6a/+zwLUPNIOCUqfe0jJK6q1jHA6mNbbWLRXYdH1uZXlJAI9Q1CLdTdOoUMnp9YOMx4D oUX8tcNFISCVIuRZ7KJf6S9/cTOrXR5GcS/84MDJSv8l+riyUJSUEAT0tL6OWMjdCyG3 sxgg== X-Gm-Message-State: AOAM530IQIsVecPjpFIyceQghBFSW2YsCcOvLpapw/La7FdOz7eHbrXi mGJFWN62jkiVNGGdSyi2UMAysnrCW68= X-Google-Smtp-Source: ABdhPJwNKEA/5AHPQZ9e3yxt6QZ0Hbymcz09j8UcLvvXWCFMSWzhHY51vZIV5CB9YrOe5b4aYst1tQ== X-Received: by 2002:a05:6a00:162a:b0:4f6:fc39:c076 with SMTP id e10-20020a056a00162a00b004f6fc39c076mr3809340pfc.24.1646899866548; Thu, 10 Mar 2022 00:11:06 -0800 (PST) Received: from squeak.grove.modra.org (158.106.96.58.static.exetel.com.au. [58.96.106.158]) by smtp.gmail.com with ESMTPSA id ot13-20020a17090b3b4d00b001bf0b8a1ee7sm9318476pjb.11.2022.03.10.00.11.05 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 10 Mar 2022 00:11:05 -0800 (PST) Received: by squeak.grove.modra.org (Postfix, from userid 1000) id AC4DA1140FA2; Thu, 10 Mar 2022 18:41:02 +1030 (ACDT) Date: Thu, 10 Mar 2022 18:41:02 +1030 From: Alan Modra To: binutils@sourceware.org Subject: Re: ld: Add a before_plugin_all_symbols_read hook Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Status: No, score=-3037.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, GIT_PATCH_0, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: binutils@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Mar 2022 08:11:09 -0000 * testsuite/ld-plugin/pr28849.d: Adjust for powerpc64 function descriptors. diff --git a/ld/testsuite/ld-plugin/pr28849.d b/ld/testsuite/ld-plugin/pr28849.d index a1f90c1ac8c..8ea4e3fde43 100644 --- a/ld/testsuite/ld-plugin/pr28849.d +++ b/ld/testsuite/ld-plugin/pr28849.d @@ -1,3 +1,3 @@ #... -[0-9a-f]+ T _?should_be_dynamic_in_exec +.* _?should_be_dynamic_in_exec #pass -- Alan Modra Australia Development Lab, IBM