From patchwork Fri Aug 28 21:21:28 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joel Brobecker X-Patchwork-Id: 8502 Received: (qmail 23169 invoked by alias); 28 Aug 2015 21:21:34 -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 23159 invoked by uid 89); 28 Aug 2015 21:21:33 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL, BAYES_50, RCVD_IN_DNSWL_LOW, 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, 28 Aug 2015 21:21:32 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id CAAB728F6B for ; Fri, 28 Aug 2015 17:21:30 -0400 (EDT) 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 5OiEAY80RnPu for ; Fri, 28 Aug 2015 17:21:30 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id B2F6728F69 for ; Fri, 28 Aug 2015 17:21:30 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 55E8342713; Fri, 28 Aug 2015 17:21:30 -0400 (EDT) From: Joel Brobecker To: gdb-patches@sourceware.org Subject: [pushed/7.10] gdb/NEWS: Rename "Changes since GDB 7.9" into "Changes in GDB 7.10" Date: Fri, 28 Aug 2015 17:21:28 -0400 Message-Id: <1440796888-960-1-git-send-email-brobecker@adacore.com> Hello, This is in preparation for the GDB 7.10 release. gdb/ChangeLog: * NEWS: Rename "Changes since GDB 7.9" into "Changes in GDB 7.10". Pushed. Thanks, diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0ee2337..68f947a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2015-08-28 Joel Brobecker + + * NEWS: Rename "Changes since GDB 7.9" into "Changes in GDB 7.10". + 2015-08-25 Jan Kratochvil * infcmd.c (signal_command): Call do_cleanups for args_chain. diff --git a/gdb/NEWS b/gdb/NEWS index 748fc00..5689def 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -1,7 +1,7 @@ What has changed in GDB? (Organized release by release) -*** Changes since GDB 7.9 +*** Changes in GDB 7.10 * Support for process record-replay and reverse debugging on aarch64*-linux* targets has been added. GDB now supports recording of A64 instruction set