From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 40155 invoked by alias); 20 Sep 2017 02:01:20 -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 40094 invoked by uid 89); 20 Sep 2017 02:01:13 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy= X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-pf0-f196.google.com Received: from mail-pf0-f196.google.com (HELO mail-pf0-f196.google.com) (209.85.192.196) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 20 Sep 2017 02:01:12 +0000 Received: by mail-pf0-f196.google.com with SMTP id f84so587211pfj.3; Tue, 19 Sep 2017 19:01:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=1nmtkaTAOAm82XPhuUd3HO2E8ON9Ca6HlzBJ+kxxny0=; b=KLyuIshKDvAXZiAKtft9zfPUOGESK8cU7K1bCL6Yn2X3fb4RxGRzGKUuVx2B6B4qZt HwLh4e3Ii8I0ThB0Orp76s/E/QSlWHJcA0QneM2nNg+VvpvtFsCoqfEBvckR3oSNURGU GFFUn1/SmJ6FqidU0+rLnG9waETqJh0WgaufvymFcuFdanfOGRJJ3eEkHVE/07huv87F hKqg2T/4A5043yANiekxK/GIcWmVhKFFg68t+lD+tlrMwkohxw/OHRJB6ZgJ2LWmF0p6 dls3B6JzuCLwgpmzuRLiZj1QPrbKWOfPybcPVxWSOtwS/huh439qWsTXbPGCIN92GpoG riZw== X-Gm-Message-State: AHPjjUg2oN7+/6Sdpic0/yI4QRKnz32HqUWKHe/+NRvOMbCFVAbwEhCl fHTWa2reMW2SOolJQIeU0I4= X-Google-Smtp-Source: AOwi7QCS+KUXlwjKP49uORaNC3uGz8xJQKnKhT5nTPPh0Po2kouLVfHrUNE+Titw/8LWQHP8iNf1YA== X-Received: by 10.99.191.6 with SMTP id v6mr573483pgf.284.1505872870885; Tue, 19 Sep 2017 19:01:10 -0700 (PDT) Received: from bubble.grove.modra.org (CPE-58-175-73-248.czqe1.win.bigpond.net.au. [58.175.73.248]) by smtp.gmail.com with ESMTPSA id v71sm5526031pfa.45.2017.09.19.19.01.09 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 19 Sep 2017 19:01:09 -0700 (PDT) Received: by bubble.grove.modra.org (Postfix, from userid 1000) id BA042C2874; Wed, 20 Sep 2017 11:31:05 +0930 (ACST) Date: Wed, 20 Sep 2017 02:01:00 -0000 From: Alan Modra To: John Baldwin Cc: gdb-patches@sourceware.org, binutils@sourceware.org Subject: Re: [PATCH 0/2] Support for FreeBSD/mips N32 Message-ID: <20170920020105.GG3694@bubble.grove.modra.org> References: <20170919204814.93328-1-jhb@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170919204814.93328-1-jhb@FreeBSD.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-SW-Source: 2017-09/txt/msg00475.txt.bz2 On Tue, Sep 19, 2017 at 01:48:12PM -0700, John Baldwin wrote: > The first patch to bfd/elf.c might be too hackish. Yeah, I dislike the inclusion of mips.h in elf.c. > Not sure if adding a > new 'bed' method for 'grok_freebsd_prstatus' is a better approach? Yes please. -- Alan Modra Australia Development Lab, IBM