diff options
author | Tom Tromey <tom@tromey.com> | 2019-04-21 13:58:49 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2019-08-12 10:57:56 -0600 |
commit | 86c6b807f50ecec84e55007bf6cb6e54c159727b (patch) | |
tree | 1b3454909a376b369eecaf0df7d20b7558bf5bce /gdb/NEWS | |
parent | 5db2718ce48c497e317787caebacd019da59c3b0 (diff) | |
download | gdb-86c6b807f50ecec84e55007bf6cb6e54c159727b.zip gdb-86c6b807f50ecec84e55007bf6cb6e54c159727b.tar.gz gdb-86c6b807f50ecec84e55007bf6cb6e54c159727b.tar.bz2 |
Require readline 7 or newer
This changes gdb to require readline 7 or newer at build time.
gdb/ChangeLog
2019-08-12 Tom Tromey <tom@tromey.com>
* configure: Rebuild.
* configure.ac: Check for readline 7.
* NEWS: Mention readline 7 requirement.
* README: Update.
gdb/doc/ChangeLog
2019-08-12 Tom Tromey <tom@tromey.com>
* gdb.texinfo (Configure Options): Document minimum version of
readline.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -299,6 +299,11 @@ maint show test-options-completion-result Using another implementation of the make program or an earlier version of GNU make to build GDB or GDBserver is not supported. +* Building GDB now requires GNU readline >= 7.0. + + GDB now bundles GNU readline 8.0, but if you choose to use + --with-system-readline, only readline >= 7.0 can be used. + *** Changes in GDB 8.3 * GDB and GDBserver now support access to additional registers on |