From patchwork Fri Feb 20 17:26:03 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joel Brobecker X-Patchwork-Id: 5209 Received: (qmail 29075 invoked by alias); 20 Feb 2015 17:26:09 -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 28970 invoked by uid 89); 20 Feb 2015 17:26:08 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Fri, 20 Feb 2015 17:26:07 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id F1A40D3037 for ; Fri, 20 Feb 2015 12:26:05 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id r7ieoszMWd6D for ; Fri, 20 Feb 2015 12:26:05 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 9A1A0D3031 for ; Fri, 20 Feb 2015 12:26:05 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 6A67D40EAF; Fri, 20 Feb 2015 21:26:07 +0400 (RET) From: Joel Brobecker To: gdb-patches@sourceware.org Subject: [release/branch 1/2] Document the GDB 7.9 release in gdb/ChangeLog Date: Fri, 20 Feb 2015 21:26:03 +0400 Message-Id: <1424453164-22720-2-git-send-email-brobecker@adacore.com> In-Reply-To: <1424453164-22720-1-git-send-email-brobecker@adacore.com> References: <1424453164-22720-1-git-send-email-brobecker@adacore.com> gdb/ChangeLog: GDB 7.9 released. --- gdb/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index dff7d6b..00283de 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2015-02-20 Joel Brobecker + + GDB 7.9 released. + 2015-02-20 David Taylor * common/ax.def (setv): Fix consumed entry in setv DEFOP.