diff options
author | Tom Tromey <tom@tromey.com> | 2020-01-14 16:16:39 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2020-01-14 16:16:39 -0700 |
commit | 25c51f71d5bef8b4b71aa3e35cce974b54cda731 (patch) | |
tree | 3fbbf982ff837fa3d7402beef7e8210e54525a96 /gdb/gdbserver | |
parent | 717c684dd1afe36293a256aa2bce4b3af56402c5 (diff) | |
download | fsf-binutils-gdb-25c51f71d5bef8b4b71aa3e35cce974b54cda731.zip fsf-binutils-gdb-25c51f71d5bef8b4b71aa3e35cce974b54cda731.tar.gz fsf-binutils-gdb-25c51f71d5bef8b4b71aa3e35cce974b54cda731.tar.bz2 |
Fix indentation in common.m4
Simon pointed out that the indentation in common.m4 is off. This
patch fixes the problem.
gdb/ChangeLog
2020-01-14 Tom Tromey <tom@tromey.com>
* configure: Rebuild.
* gdbsupport/common.m4 (GDB_AC_COMMON): Fix indentation.
gdb/gdbserver/ChangeLog
2020-01-14 Tom Tromey <tom@tromey.com>
* configure: Rebuild.
Change-Id: I6a629bd5873cca95ba3e17656f0d0ce583a08361
Diffstat (limited to 'gdb/gdbserver')
-rw-r--r-- | gdb/gdbserver/ChangeLog | 4 | ||||
-rwxr-xr-x | gdb/gdbserver/configure | 8 |
2 files changed, 8 insertions, 4 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index fe8b392..0010e27 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,3 +1,7 @@ +2020-01-14 Tom Tromey <tom@tromey.com> + + * configure: Rebuild. + 2020-01-13 Simon Marchi <simon.marchi@efficios.com> * Makefile.in (%-generated.c): Remove rule for files from diff --git a/gdb/gdbserver/configure b/gdb/gdbserver/configure index f70b3d5..9d262bf 100755 --- a/gdb/gdbserver/configure +++ b/gdb/gdbserver/configure @@ -7743,7 +7743,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ ac_compiler_gnu=$ac_cv_c_compiler_gnu - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigsetjmp" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigsetjmp" >&5 $as_echo_n "checking for sigsetjmp... " >&6; } if ${gdb_cv_func_sigsetjmp+:} false; then : $as_echo_n "(cached) " >&6 @@ -7751,7 +7751,7 @@ else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ -#include <setjmp.h> + #include <setjmp.h> int main () @@ -7770,11 +7770,11 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_func_sigsetjmp" >&5 $as_echo "$gdb_cv_func_sigsetjmp" >&6; } -if test "$gdb_cv_func_sigsetjmp" = "yes"; then + if test "$gdb_cv_func_sigsetjmp" = "yes"; then $as_echo "#define HAVE_SIGSETJMP 1" >>confdefs.h -fi + fi # Check the return and argument types of ptrace. |