aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2018-06-28 11:19:33 -0600
committerTom Tromey <tom@tromey.com>2018-07-17 09:54:17 -0600
commit056dec39ed11e0027ae399018c3fef3a719718b9 (patch)
tree5fb766a67cbe830cd8484ccd85e52b652ad6d873 /gdb/NEWS
parent4735f0edf4265e3e260e10a12921baf17987a020 (diff)
downloadgdb-056dec39ed11e0027ae399018c3fef3a719718b9.zip
gdb-056dec39ed11e0027ae399018c3fef3a719718b9.tar.gz
gdb-056dec39ed11e0027ae399018c3fef3a719718b9.tar.bz2
Remove --disable-gdbcli
I think it doesn't really make sense to allow building gdb without the CLI. Perhaps at one time this was a goal, but libgdb is long gone and the CLI is intrinsic to gdb. So, this patch removes the implementation of this configure option. It is still recognized (this is autoconf's default), but does nothing. This simplifies configure.ac and Makefile.in a bit. Tested by rebuilding. gdb/ChangeLog 2018-07-17 Tom Tromey <tom@tromey.com> * configure.ac: Remove --disable-gdbcli. * configure: Rebuild. * Makefile.in (SUBDIR_CLI_DEPS, SUBDIR_CLI_LDFLAGS) (SUBDIR_CLI_CFLAGS): Remove. (SFILES): Use SUBDIR_CLI_SRCS. (COMMON_OBS): Use SUBDIR_CLI_OBS.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 2b51465..76b963e 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -130,13 +130,16 @@ SH-5/SH64 running OpenBSD SH-5/SH64 support in sh*-*-openbsd*
the tradeoff that there is a possibility of false hits being
reported.
-* New configure options
+* Configure changes
--enable-codesign=CERT
This can be used to invoke "codesign -s CERT" after building gdb.
This option is useful on macOS, where code signing is required for
gdb to work properly.
+--disable-gdbcli has been removed
+ This is now silently accepted, but does nothing.
+
*** Changes in GDB 8.1
* GDB now supports dynamically creating arbitrary register groups specified