From patchwork Thu Sep 7 14:28:01 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joel Brobecker X-Patchwork-Id: 22697 Received: (qmail 89674 invoked by alias); 7 Sep 2017 14:28:11 -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 89621 invoked by uid 89); 7 Sep 2017 14:28:11 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-24.8 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=sk:brobeck, 5069, Hx-languages-length:1455 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, 07 Sep 2017 14:28:06 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id B060A564BC for ; Thu, 7 Sep 2017 10:28:04 -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 zhMimDwZycRd for ; Thu, 7 Sep 2017 10:28:04 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 814465622F for ; Thu, 7 Sep 2017 10:28:04 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id CC6EB89FA5; Thu, 7 Sep 2017 07:28:02 -0700 (PDT) From: Joel Brobecker To: gdb-patches@sourceware.org Subject: [pushed/ob] remove QStartupWithShell entry from NEWS::Changes in GDB 7.11 Date: Thu, 7 Sep 2017 07:28:01 -0700 Message-Id: <20170907142801.10416-1-brobecker@adacore.com> Hello, This entry was added twice within the same commit, back in Dec 2017 by the following change: commit aefd8b33d97bded58e51d75271f99e1eaec9fb28 Date: Thu Dec 22 22:14:02 2016 -0500 Subject: Implement proper "startup-with-shell" support on gdbserver I think the second entry is just a rebase/merge oversight, and it wasn't meant to be added there, particularly since the 7.11 branch was no longer active at that time anymore. This patch just removes the entry. gdb/ChangeLog: * NEWS (Changes in GDB 7.11): Remove entry for QStartupWithShell. Pushed under the obvious change rule. Thanks, diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 322ccbe171..c29c301623 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2017-09-07 Joel Brobecker + + * NEWS (Changes in GDB 7.11): Remove entry for QStartupWithShell. + 2017-09-05 Tom Tromey * parse.c (funcall_chain): Now a std::vector. diff --git a/gdb/NEWS b/gdb/NEWS index 0280a2eedd..f6ed6140fa 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -506,9 +506,6 @@ show max-value-size * New remote packets -QStartupWithShell - Indicates whether the inferior must be started with a shell or not. - exec stop reason Indicates that an exec system call was executed.