From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joseph Myers Subject: Re: [PATCH 2/3] ARM: convert to generated system call tables Date: Fri, 21 Oct 2016 16:48:36 +0000 Message-ID: References: <3851270.xZRcP9hae0@wuerfel> <20161021133708.GA1041@n2100.armlinux.org.uk> <4337157.Eff9E2riVH@wuerfel> <20161021154856.GC1041@n2100.armlinux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Return-path: In-Reply-To: <20161021154856.GC1041-l+eeeJia6m9URfEZ8mYm6t73F7V6hmMc@public.gmane.org> Sender: linux-api-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Russell King - ARM Linux Cc: Arnd Bergmann , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-arch , linux-api List-Id: linux-arch.vger.kernel.org On Fri, 21 Oct 2016, Russell King - ARM Linux wrote: > To stop adding OABI syscalls altogether. I'm sure that there will > come a point (if it hasn't already) that glibc no longer supports > OABI, and at that point it probably becomes rather silly to keep > adding OABI syscalls. glibc hasn't supported OABI since 2012 (support removed in version 2.16 released 2012-06-30). GCC support was also removed in 2012 (removal released in version 4.8, released 2013-03-22). -- Joseph S. Myers joseph-qD8j1LwMmJjtCj0u4l0SBw@public.gmane.org From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay1.mentorg.com ([192.94.38.131]:36507 "EHLO relay1.mentorg.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932372AbcJUQsq (ORCPT ); Fri, 21 Oct 2016 12:48:46 -0400 Date: Fri, 21 Oct 2016 16:48:36 +0000 From: Joseph Myers Subject: Re: [PATCH 2/3] ARM: convert to generated system call tables In-Reply-To: <20161021154856.GC1041@n2100.armlinux.org.uk> Message-ID: References: <3851270.xZRcP9hae0@wuerfel> <20161021133708.GA1041@n2100.armlinux.org.uk> <4337157.Eff9E2riVH@wuerfel> <20161021154856.GC1041@n2100.armlinux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Sender: linux-arch-owner@vger.kernel.org List-ID: To: Russell King - ARM Linux Cc: Arnd Bergmann , linux-arm-kernel@lists.infradead.org, linux-arch , linux-api Message-ID: <20161021164836.B9aXf59jN36P-2iDuZJQ45zCjoZ17ZDiVtaDzJ7YgR0@z> On Fri, 21 Oct 2016, Russell King - ARM Linux wrote: > To stop adding OABI syscalls altogether. I'm sure that there will > come a point (if it hasn't already) that glibc no longer supports > OABI, and at that point it probably becomes rather silly to keep > adding OABI syscalls. glibc hasn't supported OABI since 2012 (support removed in version 2.16 released 2012-06-30). GCC support was also removed in 2012 (removal released in version 4.8, released 2013-03-22). -- Joseph S. Myers joseph@codesourcery.com