From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 77656 invoked by alias); 17 Oct 2017 13:55:24 -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 77638 invoked by uid 89); 17 Oct 2017 13:55:24 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 spammy=Great X-Spam-User: qpsmtpd, 2 recipients X-HELO: 20pmail.ess.barracuda.com Received: from 20pmail.ess.barracuda.com (HELO 20pmail.ess.barracuda.com) (64.235.154.233) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 17 Oct 2017 13:55:23 +0000 Received: from MIPSMAIL01.mipstec.com (mailrelay.mips.com [12.201.5.28]) by mx1411.ess.rzc.cudaops.com (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NO); Tue, 17 Oct 2017 13:54:02 +0000 Received: from [10.20.78.215] (10.20.78.215) by mips01.mipstec.com (10.20.43.31) with Microsoft SMTP Server id 14.3.361.1; Tue, 17 Oct 2017 06:53:39 -0700 Date: Tue, 17 Oct 2017 13:55:00 -0000 From: "Maciej W. Rozycki" To: Djordje Todorovic CC: , , "nemanja.popov@rt-rk.com" , , "Ananthakrishna Sowda (asowda)" , Nikola Prica Subject: Re: [PATCH 0/3] Fix issues with writing Linux core PRSTATUS note on MIPS o32, n32 and n64 into core file In-Reply-To: <74618d56-fa31-4cfe-329f-6a9078bac92b@rt-rk.com> Message-ID: References: <74618d56-fa31-4cfe-329f-6a9078bac92b@rt-rk.com> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-7" Content-Transfer-Encoding: quoted-printable X-BESS-ID: 1508248441-452059-5264-411695-1 X-BESS-VER: 2017.12.1-r1709122024 X-BESS-Apparent-Source-IP: 12.201.5.28 X-BESS-Outbound-Spam-Score: 0.00 X-BESS-Outbound-Spam-Report: Code version 3.2, rules version 3.2.2.186055 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------- 0.00 BSF_BESS_OUTBOUND META: BESS Outbound X-BESS-Outbound-Spam-Status: SCORE=0.00 using account:ESS59374 scores of KILL_LEVEL=7.0 tests=BSF_BESS_OUTBOUND X-BESS-BRTS-Status:1 X-SW-Source: 2017-10/txt/msg00519.txt.bz2 Hi Djordje, > >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 >=20 > Sure, I will send all patches by using `git send-email'. Please notice t= hat I > have addressed all of your proposals. Great, thanks! > >I have tested it on MIPS64R2 board with =A1mips-mti-linux-gnu=A2 target = and it is > >also tested with =A1x86_64-linux-gnu=A2 target and these changes have pa= ssed > >binutils regression tests. >=20 > >>Thanks. Which ABI(s) specifically did you test for? >=20 > The changes have passed regression tests for MIPS32 (o32) target. Native presumably, right? I'll push them through n32 and n64 native=20 testing for you then and just smoke-test your newly added case with a=20 cross-debugger and a remote target (where no core file generation is=20 currently supported). Maciej