From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14397 invoked by alias); 12 Sep 2018 15:19:52 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 14372 invoked by uid 89); 12 Sep 2018 15:19:51 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: relay1.mentorg.com Date: Wed, 12 Sep 2018 15:19:00 -0000 From: Joseph Myers To: Andreas Schwab CC: Mao Han , , , Subject: Re: [PATCH v4 07/13] C-SKY: ABI Lists In-Reply-To: Message-ID: References: <989245a210ac2feab7275dcfee06ee5fe709ab59.1536720821.git.han_mao@c-sky.com> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-SW-Source: 2018-09/txt/msg00159.txt.bz2 On Wed, 12 Sep 2018, Andreas Schwab wrote: > On Sep 12 2018, Joseph Myers wrote: > > > On Wed, 12 Sep 2018, Andreas Schwab wrote: > > > >> On Sep 12 2018, Mao Han wrote: > >> > >> > * sysdeps/unix/sysv/linux/csky/libnsl.abilist: Likewise. > >> > >> This is useless since you cannot link against libnsl anyway (in the > >> default configuration). > >> > >> With http://sourceware.org/ml/libc-alpha/2018-08/msg00261.html it won't > >> be built any more. > > > > As far as I can see that patch isn't in glibc > > You can help changing that. Well, an obvious question for that patch is how it interacts with --enable-obsolete-nsl. --enable-obsolete-nsl has four documented effects: enabling being able to link against libnsl symbols and enabling the three NSS modules libnss_compat, libnss_nis and libnss_nisplus. Does this patch prevent all those effects on platforms with new ABIs? If so, the option should preferably give an error on such platforms. But in any case, the documentation of --enable-obsolete-nsl (install.texi and INSTALL regeneration) needs to be clear if some or all of the semantics of that option are unavailable on some platforms. -- Joseph S. Myers joseph@codesourcery.com