From patchwork Tue Oct 18 05:07:30 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Frysinger X-Patchwork-Id: 16610 Received: (qmail 62738 invoked by alias); 18 Oct 2016 05:07:44 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 62674 invoked by uid 89); 18 Oct 2016 05:07:43 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=BAYES_00, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 spammy=sim, Hx-languages-length:1201 X-HELO: smtp.gentoo.org Received: from smtp.gentoo.org (HELO smtp.gentoo.org) (140.211.166.183) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 18 Oct 2016 05:07:33 +0000 Received: from localhost.localdomain (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 9F5E83411B5 for ; Tue, 18 Oct 2016 05:07:31 +0000 (UTC) From: Mike Frysinger To: gdb-patches@sourceware.org Subject: [PATCH/committed] sim: avr: move changelog entries to subdir Date: Tue, 18 Oct 2016 01:07:30 -0400 Message-Id: <20161018050730.7782-1-vapier@gentoo.org> X-IsSubscribed: yes --- sim/ChangeLog | 7 ------- sim/avr/ChangeLog | 7 +++++++ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/sim/ChangeLog b/sim/ChangeLog index d7cc92c1bb6e..76c384d1a1b2 100644 --- a/sim/ChangeLog +++ b/sim/ChangeLog @@ -1,10 +1,3 @@ -2016-07-19 Pitchumani Sivanupandi - - PR target/ 19401 - * avr/interp.c (step_once): Pass break instruction address to - sim_engine_halt function which writes that to PC. Remove code that - follows that function call as it is unreachable. - 2016-02-03 Maciej W. Rozycki * MAINTAINERS (Past sim maintainers): Add Thiemo Seufer. diff --git a/sim/avr/ChangeLog b/sim/avr/ChangeLog index 9cdc039e621d..181796b1f37e 100644 --- a/sim/avr/ChangeLog +++ b/sim/avr/ChangeLog @@ -1,3 +1,10 @@ +2016-07-19 Pitchumani Sivanupandi + + PR target/19401 + * interp.c (step_once): Pass break instruction address to + sim_engine_halt function which writes that to PC. Remove code that + follows that function call as it is unreachable. + 2016-01-10 Mike Frysinger * config.in, configure: Regenerate.