From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3765 invoked by alias); 30 Sep 2013 10:00:56 -0000 Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org Received: (qmail 3748 invoked by uid 89); 30 Sep 2013 10:00:55 -0000 Received: from mail-vc0-f181.google.com (HELO mail-vc0-f181.google.com) (209.85.220.181) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 30 Sep 2013 10:00:55 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_20,FREEMAIL_FROM,NO_RELAYS autolearn=ham version=3.3.2 X-HELO: mail-vc0-f181.google.com Received: by mail-vc0-f181.google.com with SMTP id hz10so3528303vcb.40 for ; Mon, 30 Sep 2013 03:00:52 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.220.10.194 with SMTP id q2mr21463883vcq.2.1380535252580; Mon, 30 Sep 2013 03:00:52 -0700 (PDT) Received: by 10.52.74.5 with HTTP; Mon, 30 Sep 2013 03:00:52 -0700 (PDT) In-Reply-To: References: Date: Mon, 30 Sep 2013 10:00:00 -0000 Message-ID: Subject: Re: [AARCH64] Fix syscall setting of errno on bigendian From: Marcus Shawcroft To: Andrew Pinski Cc: libc-ports@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes X-SW-Source: 2013-09/txt/msg00155.txt.bz2 On 11 September 2013 22:19, Andrew Pinski wrote: > ChangeLog: > * sysdeps/unix/sysv/linux/aarch64/sysdep.h (SYSCALL_ERROR_HANDLER): > Fix store to errno to use 32bits. > > PS I don't have git write access. Committed, thanks. /Marcus