From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16368 invoked by alias); 3 Nov 2017 13:05:57 -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 16349 invoked by uid 89); 3 Nov 2017 13:05:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 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:948 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; Fri, 03 Nov 2017 13:05:52 +0000 Received: from localhost (localhost [127.0.0.1]) by mail.rt-rk.com (Postfix) with ESMTP id 21EF81A4158; Fri, 3 Nov 2017 14:05:50 +0100 (CET) Received: from [10.10.13.94] (unknown [10.10.13.94]) by mail.rt-rk.com (Postfix) with ESMTPSA id C8ADD1A4530; Fri, 3 Nov 2017 14:05:49 +0100 (CET) Subject: Re: [PATCH 0/3] Fix issues with writing Linux core PRSTATUS note on MIPS o32, n32 and n64 into core file To: "Maciej W. Rozycki" Cc: Pedro Alves , binutils@sourceware.org, gdb-patches@sourceware.org, "nemanja.popov@rt-rk.com" , petar.jovanovic@rt-rk.com, "Ananthakrishna Sowda (asowda)" , Nikola Prica References: <74618d56-fa31-4cfe-329f-6a9078bac92b@rt-rk.com> <724f0bc9-6744-a915-d19d-77db7e9ce514@rt-rk.com> <64ad38a4-b8ae-912e-45d6-7048135ada2e@rt-rk.com> From: Djordje Todorovic Message-ID: <8475f0b7-969d-3c27-27f2-a4944e58e954@rt-rk.com> Date: Fri, 03 Nov 2017 13:05:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2017-11/txt/msg00075.txt.bz2 Hi Maciej, >Can you please use the time to enter the bug report, and >can you also tell me if your copyright assignment has been sorted out with >FSF? The bug report is created and it can be found on the following link: https://sourceware.org/bugzilla/show_bug.cgi?id=22381 Also, the copyright assignment with FSF has been sorted out. > if {![string match $host_triplet $target_triplet]} { > setup_kfail "gdb/..." "*-*-*" > } > >really (`isnative' doesn't help here as it's too restrictive: we could >have a native GDB built on a different system; this is actually what I use >as I don't currently have an adequate version of native MIPS GCC set up). I agree with you that this is more appropriate way to do it. So, could you please, tell me do you want from me to resubmit the whole patch series or just the last one? Thanks, Djordje