aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/configure.ac
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2006-06-21 13:57:21 +0000
committerDaniel Jacobowitz <drow@false.org>2006-06-21 13:57:21 +0000
commitbe2a5f717b0a6fc45c2c457c1342face409ac3d9 (patch)
tree426b09a298abe922ac878ca61fa14b341499b9c8 /gdb/testsuite/configure.ac
parent5e542ba70e7c0b145ed83ed34f2b3efbe9e08656 (diff)
downloadgdb-be2a5f717b0a6fc45c2c457c1342face409ac3d9.zip
gdb-be2a5f717b0a6fc45c2c457c1342face409ac3d9.tar.gz
gdb-be2a5f717b0a6fc45c2c457c1342face409ac3d9.tar.bz2
gdb/
* NEWS: Mention qSupported. * remote.c (struct remote_state): Add explicit_packet_size. (get_remote_packet_size): Check explicit_packet_size. (get_memory_packet_size): Likewise. (PACKET_qSupported): New enum value. (struct protocol_feature, remote_supported_packet) (remote_packet_size, remote_protocol_features) (remote_query_supported): New. (remote_open_1): Reset explicit_packet_size. Call remote_query_supported. (_initialize_remote): Register qSupported. gdb/doc/ * gdb.texinfo (Remote configuration): Document set / show remote supported-packets. (General Query Packets): Document qSupported packet. gdb/gdbserver/ * server.c (handle_query): Handle qSupported.
Diffstat (limited to 'gdb/testsuite/configure.ac')
-rw-r--r--gdb/testsuite/configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/testsuite/configure.ac b/gdb/testsuite/configure.ac
index 0c89789..15369d3 100644
--- a/gdb/testsuite/configure.ac
+++ b/gdb/testsuite/configure.ac
@@ -26,6 +26,8 @@ AC_CANONICAL_BUILD
AC_CANONICAL_HOST
AC_CANONICAL_TARGET
+ACX_NONCANONICAL_TARGET
+
# Add HP-specific tests when appropriate.
case $target in
hppa*-*-hpux*)