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: 11141 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