From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oo1-xc32.google.com (mail-oo1-xc32.google.com [IPv6:2607:f8b0:4864:20::c32]) by sourceware.org (Postfix) with ESMTPS id 9C9F53951831 for ; Tue, 2 Mar 2021 21:18:58 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 9C9F53951831 Received: by mail-oo1-xc32.google.com with SMTP id s23so5144421oot.12 for ; Tue, 02 Mar 2021 13:18:58 -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=Fk7LGyNCzO7ML+/tS5/oG9LwVSdKLcuo/cOen1cSIHQ=; b=FRn0P1il1ZVevtjI1+AOdn2NQAepD4wwkPM8qPhN9fvL9r7ZTB7p+3dE9NQEBlWLd6 RtfkY9khaEdC65GnmaHb1kW9vtwkuMav4sYpqiwd3N6v8p+QU11UBD7ZyN6PmXkl1X4a 6oqlJ8LTSM0p8RIIBDbRku1pJ167p9GgPJzmjkuLhjlhquoOROuKKKujrCnL249KzH3d VTnlnV+YrfB/x4+NKElxP5uyHKlvzVK5CVHF9D2IhtyjMT8uA63E6BWonlP1S9fmNF/5 a8pxhiPtefQt0Ah0HOHQuc+54345P+c8Mkan1XN/XVt6WJXj7EWnKgpHq77VRJB/LW47 mdOg== X-Gm-Message-State: AOAM530YvXStBwjxq3oJssdd1wKD358CfpVtEqM226rsZE7+OyeFxjr2 yfZUYvvtYsFILWRiLoUIrRbaYydTJCLyQ6eAXSY= X-Google-Smtp-Source: ABdhPJwuQQBBNJxh401F5bMJGq383PR8hyxWHj77Wakjo2A+VGR8CBsheLlBvdIokjD9O6crEty/0Aol7CEK+n6Lsi4= X-Received: by 2002:a4a:d1da:: with SMTP id a26mr9561377oos.58.1614719938093; Tue, 02 Mar 2021 13:18:58 -0800 (PST) MIME-Version: 1.0 References: <87y2f5wdy5.fsf@oldenburg.str.redhat.com> <87tuptw9oz.fsf@oldenburg.str.redhat.com> In-Reply-To: <87tuptw9oz.fsf@oldenburg.str.redhat.com> From: "H.J. Lu" Date: Tue, 2 Mar 2021 13:18:21 -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=-3030.0 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 21:18:59 -0000 On Tue, Mar 2, 2021 at 1:02 PM Florian Weimer wrote: > > * H. J. Lu: > > > 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? > > nptl/tst-cleanup4aux.c will need this once _pthread_cleanup_push, > _pthread_cleanup_pop are compatibility symbols. > Do you just want to link against the older version and nothing else? -- H.J.