aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/gdbserver')
-rw-r--r--gdb/gdbserver/ChangeLog4
-rwxr-xr-xgdb/gdbserver/configure3
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog
index 5e35062..da4c24f 100644
--- a/gdb/gdbserver/ChangeLog
+++ b/gdb/gdbserver/ChangeLog
@@ -1,5 +1,9 @@
2018-10-04 Tom Tromey <tom@tromey.com>
+ * configure: Rebuild.
+
+2018-10-04 Tom Tromey <tom@tromey.com>
+
* server.c (handle_status): Rename inner "thread".
(process_serial_event): Declare "res" in 'm' case.
* linux-low.c (last_thread_of_process_p, find_lwp_pid)
diff --git a/gdb/gdbserver/configure b/gdb/gdbserver/configure
index 4384665..a46b865 100755
--- a/gdb/gdbserver/configure
+++ b/gdb/gdbserver/configure
@@ -7245,7 +7245,8 @@ build_warnings="-Wall -Wpointer-arith \
-Wno-error=deprecated-register \
-Wsuggest-override \
-Wimplicit-fallthrough=3 \
--Wduplicated-cond"
+-Wduplicated-cond \
+-Wshadow=local"
case "${host}" in
*-*-mingw32*)