From patchwork Mon Feb 29 16:45:25 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Aurelien Jarno X-Patchwork-Id: 590050 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org 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 ozlabs.org (Postfix) with ESMTPS id 5B86D140784 for ; Tue, 1 Mar 2016 03:46:17 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b=Z4fEjkDl; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:date:message-id; q=dns; s= default; b=NIHPNSaxLzM1W93tUb644ZU2L69d0Ueq/xWHGDTmyyQjEn3w86iH6 LIQgcvC+jv0tpCy1aWR27b4DgOFgCLhTTwg386c3d0wgqDJ2wRhxwi0ARtwMdX3J Y4y6mlx/E2pXlql9jLQnGQcS2kBkvF5falCI7ed26gCNWCwUQl8Lhk= 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:from:to:cc:subject:date:message-id; s=default; bh=1QG/XSvgssx4jIpLNs0x4sgUlGY=; b=Z4fEjkDl9e1KVWox7gBOvhytfFEL W4Hn12uDBERkbfzxAxDy8lxGRcrlLfqj0gUHhF7BjtBseb+SU0j476IBBEHwaYNO RTj+DD/89lCZ4tTH7kjRky4GNw+IDLLzRfDvfRQ/F5gQlG+GaKqXU3Bi9vlT8+A2 C7o7GxPVdflr4Os= Received: (qmail 55359 invoked by alias); 29 Feb 2016 16:45:58 -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 Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 55333 invoked by uid 89); 29 Feb 2016 16:45:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00, KAM_LAZY_DOMAIN_SECURITY, RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy=2.7.0, jarno, Hx-languages-length:1866, Aurelien X-HELO: hall.aurel32.net From: Aurelien Jarno To: libc-alpha@sourceware.org Cc: Roland McGrath , Aurelien Jarno Subject: [PATCH] Add placeholder *.abilist files for Hurd Date: Mon, 29 Feb 2016 17:45:25 +0100 Message-Id: <1456764325-2014-1-git-send-email-aurelien@aurel32.net> This is needed to get testsuite to build on the Hurd. Of course with empty files the corresponding tests will just fail, but that allows to get tests results. The files for libnsl and libutil are actually not Hurd related and might be useful for other architectures. The two others are Mach and Hurd specific, it would be better if someone can provide verified .abilist files instead, but that's better than nothing. --- ChangeLog | 7 +++++++ sysdeps/generic/libnsl.abilist | 0 sysdeps/generic/libutil.abilist | 0 sysdeps/mach/hurd/libhurduser.abilist | 0 sysdeps/mach/libmachuser.abilist | 0 5 files changed, 7 insertions(+) create mode 100644 sysdeps/generic/libnsl.abilist create mode 100644 sysdeps/generic/libutil.abilist create mode 100644 sysdeps/mach/hurd/libhurduser.abilist create mode 100644 sysdeps/mach/libmachuser.abilist diff --git a/sysdeps/generic/libnsl.abilist b/sysdeps/generic/libnsl.abilist new file mode 100644 index 0000000..e69de29 diff --git a/sysdeps/generic/libutil.abilist b/sysdeps/generic/libutil.abilist new file mode 100644 index 0000000..e69de29 diff --git a/sysdeps/mach/hurd/libhurduser.abilist b/sysdeps/mach/hurd/libhurduser.abilist new file mode 100644 index 0000000..e69de29 diff --git a/sysdeps/mach/libmachuser.abilist b/sysdeps/mach/libmachuser.abilist new file mode 100644 index 0000000..e69de29 diff --git a/ChangeLog b/ChangeLog index 9dabeca..70a941d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2016-02-29 Aurelien Jarno + + * sysdeps/generic/libnsl.abilist: New file. + * sysdeps/generic/libutil.abilist: New file. + * sysdeps/mach/hurd/libhurduser.abilist: New file. + * sysdeps/mach/libmachuser.abilist: New file. + 2016-02-26 Joseph Myers * sysdeps/unix/sysv/linux/alpha/kernel-features.h