From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ot1-x333.google.com (mail-ot1-x333.google.com [IPv6:2607:f8b0:4864:20::333]) by sourceware.org (Postfix) with ESMTPS id 5E92A3857039 for ; Tue, 2 Mar 2021 20:45:14 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 5E92A3857039 Received: by mail-ot1-x333.google.com with SMTP id e45so21342121ote.9 for ; Tue, 02 Mar 2021 12:45:14 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=4jj5I7LTZUNjgaTESV1J6fw07+eZFaiSz4JlHkm07v4=; b=L52GWn7MVbV56pfI4zQr95FgG0LKYYv+V6KGrI/QlpXTo8Y0xfcfCAzUk2eiUzbQiR a/7lF2GCCKi6faGlV0y5rtzlWQc9VofWyKlVZmo39eyLaqEHZuoY9/xgIsguo9Y0gf+d RPZ2QehOBqZUTWUgHfyGj97B/WEnaetdRDTtB0XpnCANapP8K56Ys1T4MoQRdEMLE9xN zWDgPPIbKk8QZz8JqgPVd8vNQlHsHWFaTQAsfdnuc5/DUSpJx1QdMeIecrSDqxLTfvn4 MpjnXSXXNcrfolct1B1bQjEZsxs5a3++4OxD2jQPbZRWVTC/j26CtiJT4KvcaKOuZm31 7c+Q== X-Gm-Message-State: AOAM532G/4U7Tky62XDTpNdG/I24msGS4zW0zH1VRE/r07GfKEAldCA+ UONZRAw4rmISYOf/Y0VWRI2vhrYV7swgEK0Ywt+VkXmb X-Google-Smtp-Source: ABdhPJxus0d5pt6lHaIfXpgvIZvuZ3eMN02mFYnzCg2ejK4f8TJYp2aUm2QcwWmaiNxaPQecQDdKcJ61K16j9SCPs4c= X-Received: by 2002:a9d:6545:: with SMTP id q5mr2069981otl.179.1614717913667; Tue, 02 Mar 2021 12:45:13 -0800 (PST) MIME-Version: 1.0 References: <87y2f5wdy5.fsf@oldenburg.str.redhat.com> In-Reply-To: <87y2f5wdy5.fsf@oldenburg.str.redhat.com> From: "H.J. Lu" Date: Tue, 2 Mar 2021 12:44:37 -0800 Message-ID: Subject: Re: [PATCH v2] : Support compat_symbol_reference for _ISOMAC To: Florian Weimer Cc: GNU C Library Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-3029.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Mar 2021 20:45:15 -0000 On Tue, Mar 2, 2021 at 12:10 PM Florian Weimer via Libc-alpha wrote: > > This is helpful for testing compat symbols in cases where _ISOMAC > is activated implicitly due to -DMODULE_NAME=testsuite and cannot > be disabled easily. > > --- > v2: Now actually tested in the situation where I need it. > Any particular tests which need this? -- H.J.