From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa1.mentor.iphmx.com (esa1.mentor.iphmx.com [68.232.129.153]) by sourceware.org (Postfix) with ESMTPS id 521163858D39 for ; Fri, 31 Dec 2021 17:43:52 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 521163858D39 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com IronPort-SDR: ZObuhACF0s7HOEwg809Z7xAE1iDtrfhMzajuGw/Kf2d9jlqbBaw5yj26447UTj/yQB+/6JInhj SY0rs/C/yJ+8fj2fSlqvMS6CZLxlXTSdg42J4Ik3hIpqw/ch17Zyh8YptZgtkmcj/TwgVqzn8x v5gQ21w6vPyasoiIieNE20se3kwmVWbPf4R3jyF1lAM+7B7L3vLFuWx28yurWQCmpkXjs8H0Il 3CPnXZcRhV07x2G9+dLU8w+A2fjMhAxRxYeyV7WO64A6qHleP9bF+KjzWePPBrkk/Y9vaAogrb GX9DVvnhjZtf0SPnPs7O8YQP X-IronPort-AV: E=Sophos;i="5.88,252,1635235200"; d="scan'208";a="72797556" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa1.mentor.iphmx.com with ESMTP; 31 Dec 2021 09:43:51 -0800 IronPort-SDR: coN1UpZHT+Cl2NZ3+gZoKkJ6mjf1oDagFUvxon3TDq7hd/9S/ILg6qM33JZHxXwovcBTocpszH wF58hslR363lAAV5O2k/ovuzazE3qqxMezCZukb2QbDWF8kID/bBCCoC3CBcBlFas9QtefR9tq mJjVRjmtbAisjZ55rnPLl4Ue89/jkv9up5DBDx3atpoYeHUaHYOid4hv189OELDDIasUUvayrQ dOhk5V5sP1K30B5d9P6YXE2gE5FyFEuPhXgyva1JGGv1mHTxtNia9RhxmsMH0RswBlFyi5q8F+ R/M= Date: Fri, 31 Dec 2021 17:43:46 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: caiyinyu CC: , Subject: Re: [PATCH v2 11/14] LoongArch: Add ABI Lists In-Reply-To: <20211231064455.1030051-12-caiyinyu@loongson.cn> Message-ID: References: <20211231064455.1030051-1-caiyinyu@loongson.cn> <20211231064455.1030051-12-caiyinyu@loongson.cn> User-Agent: Alpine 2.22 (DEB 394 2020-01-19) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: SVR-IES-MBX-08.mgc.mentorg.com (139.181.222.8) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-Spam-Status: No, score=-3121.9 required=5.0 tests=BAYES_00, GIT_PATCH_0, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, SPF_HELO_PASS, 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 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: Fri, 31 Dec 2021 17:43:53 -0000 On Fri, 31 Dec 2021, caiyinyu wrote: > diff --git a/sysdeps/unix/sysv/linux/loongarch/lp64/libanl.abilist b/sysdeps/unix/sysv/linux/loongarch/lp64/libanl.abilist You shouldn't have this library at all, since Adhemerval's recent commit, so shouldn't have an ABI test baseline for it. > diff --git a/sysdeps/unix/sysv/linux/loongarch/lp64/libdl.abilist b/sysdeps/unix/sysv/linux/loongarch/lp64/libdl.abilist Likewise, there should be no libdl for a new port. > diff --git a/sysdeps/unix/sysv/linux/loongarch/lp64/libnsl.abilist b/sysdeps/unix/sysv/linux/loongarch/lp64/libnsl.abilist Likewise, since --enable-obsolete-nsl was removed. This shows up an issue with the OpenRISC port submission, which shouldn't have libnsl.abilist either. > diff --git a/sysdeps/unix/sysv/linux/loongarch/lp64/libutil.abilist b/sysdeps/unix/sysv/linux/loongarch/lp64/libutil.abilist Likewise, there should be no libutil for a new port. -- Joseph S. Myers joseph@codesourcery.com