From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 38525 invoked by alias); 11 Sep 2015 08:39:43 -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 38515 invoked by uid 89); 11 Sep 2015 08:39:43 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pa0-f54.google.com Received: from mail-pa0-f54.google.com (HELO mail-pa0-f54.google.com) (209.85.220.54) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 11 Sep 2015 08:39:42 +0000 Received: by padhy16 with SMTP id hy16so69110808pad.1 for ; Fri, 11 Sep 2015 01:39:41 -0700 (PDT) X-Received: by 10.66.232.4 with SMTP id tk4mr40505228pac.116.1441960780926; Fri, 11 Sep 2015 01:39:40 -0700 (PDT) Received: from E107787-LIN (power-aix.osuosl.org. [140.211.15.154]) by smtp.gmail.com with ESMTPSA id ej3sm914425pbd.13.2015.09.11.01.39.38 (version=TLS1_2 cipher=AES128-SHA256 bits=128/128); Fri, 11 Sep 2015 01:39:39 -0700 (PDT) From: Yao Qi To: Andrew Pinski Cc: Yao Qi , "gdb-patches\@sourceware.org" Subject: Re: [PATCH] aarch64 multi-arch support (part 2): siginfo fixup References: <1441729817-17413-1-git-send-email-yao.qi@linaro.org> Date: Fri, 11 Sep 2015 08:39:00 -0000 In-Reply-To: (Andrew Pinski's message of "Wed, 9 Sep 2015 00:38:27 +0800") Message-ID: <86wpvx5oze.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2015-09/txt/msg00210.txt.bz2 Andrew Pinski writes: Hi Andrew, > 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). 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. 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? --=20 Yao (=E9=BD=90=E5=B0=A7)