From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-3.8 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_EF,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id A31BB1F619 for ; Fri, 28 Feb 2020 17:53:03 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-type; q=dns; s=default; b=kn2p yHbNpkrgqkYye5tzkuyTOncrfOg9aN95PWHypqGWoFsFg9eD1zP02z32/7zlaidJ FtB6H9Sj87mmPTpImi2OnIrzTQHxq6rNUEmeoadQuvp414K+RbVv7VGk0achZdWh q3cFsj1hOHPlDNWbpvdsxJGPU53+0ZEJUaTQ6g4= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-type; s=default; bh=19HQMoA4BA fgVUW3jAElJFci6oo=; b=EM6D7ISFTsIstF/5inTBkIZG9oqHDncW8cqly/lbfM nN2vaXtCNz9yZ35rFSBEn02sTa5SDCPhJe1RoAf0ZOXgi4wyXCvYyVat0hY06r3J tAZuVJibP5/IrQH4v4JWcnTMq1FFdpISUKVVSB+KWv/7H+MVHuRCaWWKufPY4oK0 0= Received: (qmail 54502 invoked by alias); 28 Feb 2020 17:53:01 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 54481 invoked by uid 89); 28 Feb 2020 17:53:00 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: mailbackend.panix.com MIME-Version: 1.0 References: <20200219181057.10297-1-alistair.francis@wdc.com> <20200219181057.10297-2-alistair.francis@wdc.com> In-Reply-To: From: Zack Weinberg Date: Fri, 28 Feb 2020 12:52:45 -0500 Message-ID: Subject: Re: [PATCH v4 1/8] sysv/linux: Rename alpha functions to be alpha specific To: Adhemerval Zanella Cc: GNU C Library Content-Type: text/plain; charset="UTF-8" On Fri, Feb 28, 2020 at 12:30 PM Adhemerval Zanella wrote: > On 19/02/2020 15:10, Alistair Francis wrote: > > These functions are alpha specifc, rename them to be clear. > > > > Let's also rename the header file from tv32-compat.h to > > alpha-tv32-compat.h. This is to avoid conflicts with the one we will > > introduce later. > > > > Reviewed-by: Lukasz Majewski > > My understanding is Zack has raise a strong objetion with this patch. > I would also like to make this patch move forward, so Zack do you > still have objections about this? If so, what do you propose instead? I want alpha to use the same tv32-compat.h as all the other architectures that need these conversions. I thought the previous round of discussion had come up with a plan to make that happen, so I'm surprised to see it hasn't. What happened there? zw