From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ed1-x535.google.com (mail-ed1-x535.google.com [IPv6:2a00:1450:4864:20::535]) by sourceware.org (Postfix) with ESMTPS id B52E93858D28 for ; Sat, 1 Jan 2022 04:54:20 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org B52E93858D28 Received: by mail-ed1-x535.google.com with SMTP id z29so114713877edl.7 for ; Fri, 31 Dec 2021 20:54:20 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=JvfOyUDjgdtpI1mwPhDTpSMABoDCR9H9KpljYo31PfY=; b=fDwnk6qHnVMye+30ne/PKHL1d/CxsBTjwDrTSsIPXjOMyskbH9/8Op+I6meUp+vWaj 43KlGVRZO7lcmRk3G7JH/GQ05mbhlRCBty01cyYCaJXgVo3afbhoTwlx+4G3HqlXcvMY ipXTawfaEbbehlb/+9/NmzfLmZd9BNPy8J1YopbMSt1DiEQEAeJMbU7UjWkyI4uiKY5d yeKYD5/9OGjTowGIqO46LXGwviyIKl4U+1VIDOEYd/v/CW2/dMeDGmAg0UpuA7G68plo uyjTpeQj1pUQ28tRN95/DniLR/tN3J3fBAea5f0TytPeW8LrRm/5nYMM0sfzXFCWAp+r awww== X-Gm-Message-State: AOAM5319/CxFd1RiVWEmXTKk71z6l2MIfkQYKYmXXBVCvlOYsb9eNhpK 3mK42G6EglL51p2deo+5WQwRFttzeneLTKDZiAn2nDYM X-Google-Smtp-Source: ABdhPJzz5rJSQZLAmINoJ0tAXcYwh5B9XtI4grFX2FuznSapUBWVb+V2Dis2ZTWgcIdVrVe0+bc/ufeV7yTOPV4Bm70= X-Received: by 2002:a50:c3c8:: with SMTP id i8mr37482399edf.350.1641012859411; Fri, 31 Dec 2021 20:54:19 -0800 (PST) MIME-Version: 1.0 References: <20211229044251.2203653-1-shorne@gmail.com> <20211229044251.2203653-11-shorne@gmail.com> In-Reply-To: From: Stafford Horne Date: Sat, 1 Jan 2022 13:54:09 +0900 Message-ID: Subject: Re: [PATCH v4 10/13] or1k: ABI lists To: Joseph Myers Cc: GLIBC patches , Openrisc X-Spam-Status: No, score=-3.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 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: Sat, 01 Jan 2022 04:54:22 -0000 On Sat, Jan 1, 2022, 2:45 AM Joseph Myers wrote: > On Wed, 29 Dec 2021, Stafford Horne via Libc-alpha wrote: > > > sysdeps/unix/sysv/linux/or1k/libnsl.abilist | 121 + > > As noted for the LoongArch port submission, I don't think new ports should > have libnsl or an ABI test baseline for it. > Ok, I'll have a look. Is this something we have to do in new ports or is this something wrong with the generic parts? -Stafford >