From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 54704 invoked by alias); 11 Sep 2015 09:46:22 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 54675 invoked by uid 89); 11 Sep 2015 09:46:21 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-io0-f182.google.com Received: from mail-io0-f182.google.com (HELO mail-io0-f182.google.com) (209.85.223.182) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 11 Sep 2015 09:44:37 +0000 Received: by ioiz6 with SMTP id z6so91410623ioi.2 for ; Fri, 11 Sep 2015 02:44:35 -0700 (PDT) X-Received: by 10.107.4.210 with SMTP id 201mr2058056ioe.180.1441964675647; Fri, 11 Sep 2015 02:44:35 -0700 (PDT) Received: from [10.19.103.14] (64.2.3.194.ptr.us.xo.net. [64.2.3.194]) by smtp.gmail.com with ESMTPSA id k70sm488307iod.11.2015.09.11.02.44.34 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 11 Sep 2015 02:44:34 -0700 (PDT) References: <1441729817-17413-1-git-send-email-yao.qi@linaro.org> <86wpvx5oze.fsf@gmail.com> Mime-Version: 1.0 (1.0) In-Reply-To: <86wpvx5oze.fsf@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Message-Id: <05AF178F-3739-4275-AB1E-765B047723DD@gmail.com> Cc: "gdb-patches@sourceware.org" From: pinskia@gmail.com Subject: Re: [PATCH] aarch64 multi-arch support (part 2): siginfo fixup Date: Fri, 11 Sep 2015 09:46:00 -0000 To: Yao Qi X-IsSubscribed: yes X-SW-Source: 2015-09/txt/msg00219.txt.bz2 > On Sep 11, 2015, at 4:39 PM, Yao Qi wrote: >=20 > Andrew Pinski writes: >=20 > Hi Andrew, >=20 >> This might fix the issue I having with ILP32 and siginfo. Though it >> might be still broken since time_t is 64bit for ILP32 (at least the >> current definition). >=20 > You may need separate fixup functions for ILP32, like what we are doing > for x32 on amd64. See amd64-linux-nat.c:amd64_linux_siginfo_fixup. >=20 > b.t.w, I find you create a remote branch for gdb-aarch64-ilp32, but I > don't take a look. Out of my curiosity, what is its state now? Is it > ready for submission recently? It works as I don't get any more failures than expected. And yes it is read= y for submitting, I just have not done it yet.=20 Thanks, Andrew >=20 > --=20 > Yao (=E9=BD=90=E5=B0=A7)