From patchwork Sat Sep 29 13:32:54 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Tromey X-Patchwork-Id: 29583 Received: (qmail 60659 invoked by alias); 29 Sep 2018 13:33:41 -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 60646 invoked by uid 89); 29 Sep 2018 13:33:40 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-25.4 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:881 X-HELO: gateway32.websitewelcome.com Received: from gateway32.websitewelcome.com (HELO gateway32.websitewelcome.com) (192.185.145.101) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 29 Sep 2018 13:33:38 +0000 Received: from cm15.websitewelcome.com (cm15.websitewelcome.com [100.42.49.9]) by gateway32.websitewelcome.com (Postfix) with ESMTP id 4F6C010E25A5 for ; Sat, 29 Sep 2018 08:33:37 -0500 (CDT) Received: from box5379.bluehost.com ([162.241.216.53]) by cmsmtp with SMTP id 6FMhgHBRd8YaU6FN4gklN6; Sat, 29 Sep 2018 08:33:36 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tromey.com; s=default; h=Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:MIME-Version :Content-Type:Content-Transfer-Encoding:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=1IxAnc7MQD757FfkVoaCvTgAr5et6aI58/JnElXyWaM=; b=EhjbvKqRFuIr5NZDN19VqQRo+U P1c4mP/E1JGi4SOzGsMrnRbxL9pbeNKKbBBBesEtTm4VikivUxSZsg7edLDpkUbSqQVWPW3wRJc/e amx7VqbMiFMaIoO42+VgQrP1A; Received: from 97-122-190-66.hlrn.qwest.net ([97.122.190.66]:53496 helo=bapiya.Home) by box5379.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.91) (envelope-from ) id 1g6FMg-003zd3-4I; Sat, 29 Sep 2018 08:32:58 -0500 From: Tom Tromey To: gdb-patches@sourceware.org Cc: Tom Tromey Subject: [FYI] Remove some leftover text in gdb/README Date: Sat, 29 Sep 2018 07:32:54 -0600 Message-Id: <20180929133254.17893-1-tom@tromey.com> I accidentally left some stray text in gdb/README. This removes it. I'm checking this in as obvious. gdb/ChangeLog 2018-09-29 Tom Tromey * README: Remove some leftover text. --- gdb/ChangeLog | 4 ++++ gdb/README | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/gdb/README b/gdb/README index 6fac1877a7..a1798e431f 100644 --- a/gdb/README +++ b/gdb/README @@ -496,9 +496,6 @@ more obscure GDB `configure' options are not listed here. be either the name of a Python executable, or the name of the directory in which Python is installed. -names a Python executable, which will be queried to find - the Python headers and libraries. - `--with-guile[=GUILE]' Build GDB with GNU Guile scripting support. (Done by default if libguile is present and found at configure time.) If your host