From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12909 invoked by alias); 5 Jan 2017 00:52:34 -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 11782 invoked by uid 89); 5 Jan 2017 00:52:33 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Pedro's, pedros, pedro's, Pedros X-Spam-User: qpsmtpd, 2 recipients X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 05 Jan 2017 00:52:30 +0000 Received: from svr-orw-mbx-03.mgc.mentorg.com ([147.34.90.203]) by relay1.mentorg.com with esmtp id 1cOwI8-0007gI-Le from Luis_Gustavo@mentor.com ; Wed, 04 Jan 2017 16:52:28 -0800 Received: from [172.30.9.137] (147.34.91.1) by svr-orw-mbx-03.mgc.mentorg.com (147.34.90.203) with Microsoft SMTP Server (TLS) id 15.0.1210.3; Wed, 4 Jan 2017 16:52:23 -0800 Reply-To: Luis Machado Subject: Re: [PATCH v3 2/3] Add FreeBSD/mips architecture. References: <20170103184341.58346-1-jhb@FreeBSD.org> <20170103184341.58346-3-jhb@FreeBSD.org> <1ffeffc2-ea41-8357-a00d-7fafb0c59b17@codesourcery.com> <1705214.U73jUJvlEx@ralph.baldwin.cx> To: John Baldwin CC: , , "Maciej W. Rozycki" , Mark Kettenis From: Luis Machado Message-ID: <5558a939-1a9e-1e22-6b53-a3d710dcb522@codesourcery.com> Date: Thu, 05 Jan 2017 00:52:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <1705214.U73jUJvlEx@ralph.baldwin.cx> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-ClientProxiedBy: svr-orw-mbx-03.mgc.mentorg.com (147.34.90.203) To svr-orw-mbx-03.mgc.mentorg.com (147.34.90.203) X-IsSubscribed: yes X-SW-Source: 2017-01/txt/msg00069.txt.bz2 On 01/04/2017 04:10 PM, John Baldwin wrote: > On Wednesday, January 04, 2017 03:23:00 PM Luis Machado wrote: >> Hi, >> >> Did this get pushed? I thought we were waiting for Maciej to provide >> feedback? > > I did not push the binutils change, only the gdb ones (they are independent). > Between Pedro's earlier comments and yours (which I had taken as approval), > I figured the GDB ones were fine and didn't want to keep reposting them while > hashing out the binutils change. (I've seen some other patch series go by > where a subset of patches were committed earlier while other patches were > reworked.) > I see. >> Also please note i only review, i don't approve. Mark Kettenis would be >> the one to approve native FreeBSD bits (if the MAINTAINERS file is still >> up-to-date). >> >> Or maybe that has changed? If so, the MAINTAINERS file needs to be updated. > > Hmm, I misinterpreted your comments as approval then. Most of my recent > FreeBSD changes have been approved by Pedro Alves. > I apologize if i haven't been clear. I tend to remind people about waiting for formal approval here and there, but not on every review.