diff options
author | Tom Tromey <tom@tromey.com> | 2018-09-29 07:32:10 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2018-09-29 07:32:10 -0600 |
commit | c82a2e6ff60596266e7c1a419f8e81cb7a0ae2b3 (patch) | |
tree | 8297f356ba9dd50dd9f7e6ede771f6235d0fcb19 | |
parent | 7f0bd4202c239b44b22645b9ae31fc0eeade1da3 (diff) | |
download | gdb-c82a2e6ff60596266e7c1a419f8e81cb7a0ae2b3.zip gdb-c82a2e6ff60596266e7c1a419f8e81cb7a0ae2b3.tar.gz gdb-c82a2e6ff60596266e7c1a419f8e81cb7a0ae2b3.tar.bz2 |
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.
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | 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. @@ -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 |