From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 104751 invoked by alias); 13 Jun 2019 12:29:29 -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 104634 invoked by uid 89); 13 Jun 2019 12:29:29 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-10.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Received:1b0c, HX-Languages-Length:1019, 15pm, slip X-HELO: mail-pf1-f172.google.com Received: from mail-pf1-f172.google.com (HELO mail-pf1-f172.google.com) (209.85.210.172) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 13 Jun 2019 12:29:28 +0000 Received: by mail-pf1-f172.google.com with SMTP id d126so11770086pfd.2 for ; Thu, 13 Jun 2019 05:29:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=OUBungdLj++4IBOs8yTl/9AANQbq7WsJDWjZahZZLgQ=; b=lWGu3fp4Vjq98RiN2RFgn26LVG0DVUNL8cMSLb4ZLDy3bcYmC2OLHxTGlnjzc3I5ju sWSTEqJviXn+AExz0WPQQKz0BN97Xr6gYBHOs/rrlt4QKqM5s+Ubycn7b97587ZVFxM4 gjiBvK8wCRs5S4kj+F879ojsBiYGJJWeD1/gQ3qnM9sOKaOy2XuFPt6CDouyPIw0BnQL dL1w6OfEiv4SisKQZRmMZEw2pn10yl4uxu43szgeWiXeRcBNjwOhDrOF+qitFiSR2Fb5 /LxUL9hJR3cJbBmxpoUnSWiEhwJ9qj2tn7uRhSGd4dedrn9qOZbb0Y7EMCTSUCSnetpA ULhw== Return-Path: Received: from localhost (g30.211-19-85.ppp.wakwak.ne.jp. [211.19.85.30]) by smtp.gmail.com with ESMTPSA id d123sm4563301pfc.144.2019.06.13.05.29.25 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Thu, 13 Jun 2019 05:29:26 -0700 (PDT) Date: Thu, 13 Jun 2019 12:29:00 -0000 From: Stafford Horne To: Sebastian Huber Cc: GDB patches Subject: Re: Recent changes broke the or1k simulator support Message-ID: <20190613122924.GJ2358@lianli.shorne-pla.net> References: <20190613121913.GH2358@lianli.shorne-pla.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.11.4 (2019-03-13) X-IsSubscribed: yes X-SW-Source: 2019-06/txt/msg00243.txt.bz2 On Thu, Jun 13, 2019 at 02:24:15PM +0200, Sebastian Huber wrote: > On 13/06/2019 14:19, Stafford Horne wrote: > > On Thu, Jun 13, 2019 at 02:05:19PM +0200, Sebastian Huber wrote: > > > Hello, > > > > > > a recent change (within one week) broke the or1k simulator support: > > Hello, > > > > Sorry about this, I had a patch series of binutils + sim patches. I submitted > > the binutils part, but was waiting for approval on the sim part. It escaped my > > mind that committing the bin only part would cause the sim to break. > > > > I can just commit the sim part now as the review was done before, I was just > > waiting for a final OK. > > Ok, no problem. I will check it again next week. I just wanted to make sure > that this didn't slip through. No problem, Seeing that most of the changes except a trivial one were already reviewed I just went ahead and pushed the remaining sim changes. (figuring no one would be too miffed) Hope all is ok now. -Stafford