From patchwork Thu May 4 19:17:14 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joel Brobecker X-Patchwork-Id: 20281 Received: (qmail 44200 invoked by alias); 4 May 2017 19:17:22 -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 44126 invoked by uid 89); 4 May 2017 19:17:21 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-24.7 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 spammy= 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 ESMTP; Thu, 04 May 2017 19:17:19 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 025A2D9B2 for ; Thu, 4 May 2017 15:17:21 -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 MuqNwR8t7ZfA for ; Thu, 4 May 2017 15:17:20 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id C62FED8FF for ; Thu, 4 May 2017 15:17:20 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 160C960B73; Thu, 4 May 2017 12:17:19 -0700 (PDT) From: Joel Brobecker To: gdb-patches@sourceware.org Subject: [commit/8.0-branch] gdb/NEWS: rewrite "since GDB 7.12" into "in GDB 8.0" Date: Thu, 4 May 2017 12:17:14 -0700 Message-Id: <20170504191714.24206-1-brobecker@adacore.com> Hello, In preparation for the 8.0 pre-release, I made the following change in gdb/NEWS. gdb/ChangeLog: * NEWS: Rename the "Changes since GDB 7.12" section into "Changes in GDB 8.0". Pushed to gdb-8.0-branch. Thanks, diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 27d7a19..3b1ce91 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2017-05-04 Joel Brobecker + + * NEWS: Rename the "Changes since GDB 7.12" section into + "Changes in GDB 8.0". + 2017-05-04 Tim Wiederhake * Makefile.in (SUBDIR_PYTHON_OBS): Add py-instruction.o. diff --git a/gdb/NEWS b/gdb/NEWS index 5b77486..7b87098 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -1,7 +1,7 @@ What has changed in GDB? (Organized release by release) -*** Changes since GDB 7.12 +*** Changes in GDB 8.0 * GDB now supports access to the PKU register on GNU/Linux. The register is added by the Memory Protection Keys for Userspace feature which will be