From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 120533 invoked by alias); 17 Oct 2017 13:47:39 -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 120088 invoked by uid 89); 17 Oct 2017 13:47:38 -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,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy=Hx-languages-length:981, Great X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail.rt-rk.com Received: from mx2.rt-rk.com (HELO mail.rt-rk.com) (89.216.37.149) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 17 Oct 2017 13:47:37 +0000 Received: from localhost (localhost [127.0.0.1]) by mail.rt-rk.com (Postfix) with ESMTP id 564E31A46C6; Tue, 17 Oct 2017 15:47:34 +0200 (CEST) Received: from [10.10.13.94] (unknown [10.10.13.94]) by mail.rt-rk.com (Postfix) with ESMTPSA id 3DB841A39CF; Tue, 17 Oct 2017 15:47:34 +0200 (CEST) From: Djordje Todorovic To: "Maciej W. Rozycki" Cc: binutils@sourceware.org, gdb-patches@sourceware.org, "nemanja.popov@rt-rk.com" , petar.jovanovic@rt-rk.com, "Ananthakrishna Sowda (asowda)" , Nikola Prica Subject: [PATCH 0/3] Fix issues with writing Linux core PRSTATUS note on MIPS o32, n32 and n64 into core file Message-ID: <74618d56-fa31-4cfe-329f-6a9078bac92b@rt-rk.com> Date: Tue, 17 Oct 2017 13:47:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-SW-Source: 2017-10/txt/msg00515.txt.bz2 Hi Maciej, >If your mail client makes it difficult to send text verbatim, then can=20 >you please try a different solution, such as using `git send-email'?=20=20 Sure, I will send all patches by using `git send-email'. Please notice tha= t I have addressed all of your proposals. >This patch series addresses problems with writing Linux core PRSTATUS note >into MIPS o32, n32 and n64 core files. >Also, there is one patch which adds reading PID information from MIPS o32,= n32 >and n64 core file. >> Great, thanks for addressing this part as well! Thanks! >I have tested it on MIPS64R2 board with =E2=80=98mips-mti-linux-gnu=E2=80= =99 target and it is >also tested with =E2=80=98x86_64-linux-gnu=E2=80=99 target and these chang= es have passed >binutils regression tests. >>Thanks. Which ABI(s) specifically did you test for? The changes have passed regression tests for MIPS32 (o32) target. Thanks, Djordje