From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 57047 invoked by alias); 19 Jan 2016 21:24:35 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 57014 invoked by uid 89); 19 Jan 2016 21:24:34 -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,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=gcore X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-qg0-f48.google.com Received: from mail-qg0-f48.google.com (HELO mail-qg0-f48.google.com) (209.85.192.48) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 19 Jan 2016 21:24:33 +0000 Received: by mail-qg0-f48.google.com with SMTP id o11so590495806qge.2; Tue, 19 Jan 2016 13:24:33 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=YqKAiCV/2RsyxoY1qwvEU1KH8B3E19ShOMiRZ9nlE1c=; b=hyZ/rG4GWEDi9OoD1oSzUX/3MlrAqoeIYPYOrgjF41EPC9geQKqy0ppGwIIoFqrF5H E4kN5Xr1jU+73cIV+A+Gpv/2hVlEOWUDMgxl2QAWQ0kRuO5iGvntgdMMMmzbDR6ycgMO IKFuS0iH84jr0Q+efXrEvaRRIry5rDM0dQpn3GR6QqV87n8n1CNkcgoSLLl9aVFDxbbN aRMJ5T0JcpIQB+LYCufRcYYZixbe+lwF7RLCshCj5tmkLZTdJKHCiPrMA1PH6f2DWNAo dJPpNE90ERElCX9JAGQ1ZbY6DwDOm1zENpwQTHoWrceG3a9pn/rrjkjz6Xx9fONzDJV7 RcFQ== X-Gm-Message-State: ALoCoQn+wPpJGmcEkjpO8uEZhM26XuOJ+qqgHYA17/jN+7j0baXxbbZmQ+eY2r1PuZJNrxTioCW+zAEeXogFkTpj//FDGPtaxg== MIME-Version: 1.0 X-Received: by 10.140.142.207 with SMTP id 198mr43371251qho.77.1453238671359; Tue, 19 Jan 2016 13:24:31 -0800 (PST) Received: by 10.55.215.6 with HTTP; Tue, 19 Jan 2016 13:24:31 -0800 (PST) In-Reply-To: References: <1736699.V7zq9VJIrx@ralph.baldwin.cx> <1866442.mSXmZIT7y1@ralph.baldwin.cx> <1502134.K9IMtmAub2@ralph.baldwin.cx> <569EA298.8070303@redhat.com> Date: Tue, 19 Jan 2016 21:24:00 -0000 Message-ID: Subject: Re: Are ppc*_elf_write_core_note Os-specific? From: "H.J. Lu" To: Pedro Alves Cc: John Baldwin , Alan Modra , Ulrich Weigand , Binutils , GDB Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2016-01/txt/msg00040.txt.bz2 On Tue, Jan 19, 2016 at 1:20 PM, H.J. Lu wrote: > On Tue, Jan 19, 2016 at 12:54 PM, Pedro Alves wrote: >> Can this be made to work along the lines of 70a38d42c5b3 ? >> > > Probably. See: > > https://sourceware.org/git/?p=binutils-gdb.git;a=patch;h=0b1b9b0935de0f6d97540d80dfb698444cb07072 > > -- > H.J. See users/hjl/gcore branch. -- H.J.