This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Remove some leftover text in gdb/README


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=c82a2e6ff60596266e7c1a419f8e81cb7a0ae2b3

commit c82a2e6ff60596266e7c1a419f8e81cb7a0ae2b3
Author: Tom Tromey <tom@tromey.com>
Date:   Sat Sep 29 07:32:10 2018 -0600

    Remove some leftover text in gdb/README
    
    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  <tom@tromey.com>
    
    	* README: Remove some leftover text.

Diff:
---
 gdb/ChangeLog | 4 ++++
 gdb/README    | 3 ---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 0ab9f36..d578781 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
 2018-09-29  Tom Tromey  <tom@tromey.com>
 
+	* README: Remove some leftover text.
+
+2018-09-29  Tom Tromey  <tom@tromey.com>
+
 	* PROBLEMS: Rewrite.
 	* README: Update.
 
diff --git a/gdb/README b/gdb/README
index 6fac187..a1798e4 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]