gdb: Don't skip prologue for explicit line breakpoints in assembler
[deliverable/binutils-gdb.git] / gdb / common / common.m4
index 7aabd07c43014861473e3ed5ef695d335e79a7b3..5701dd982939e355fe47cb91dda4377a2ec57afb 100644 (file)
@@ -1,5 +1,5 @@
 dnl Autoconf configure snippets for common.
-dnl Copyright (C) 1995-2014 Free Software Foundation, Inc.
+dnl Copyright (C) 1995-2019 Free Software Foundation, Inc.
 dnl
 dnl This file is part of GDB.
 dnl 
@@ -26,11 +26,12 @@ AC_DEFUN([GDB_AC_COMMON], [
   AM_LANGINFO_CODESET
 
   AC_CHECK_HEADERS(linux/perf_event.h locale.h memory.h signal.h dnl
-                  sys/resource.h sys/socket.h sys/syscall.h dnl
+                  sys/resource.h sys/socket.h dnl
                   sys/un.h sys/wait.h dnl
-                  thread_db.h wait.h)
+                  thread_db.h wait.h dnl
+                  termios.h)
 
-  AC_CHECK_FUNCS([fdwalk getrlimit pipe pipe2 socketpair])
+  AC_CHECK_FUNCS([fdwalk getrlimit pipe pipe2 socketpair sigaction])
 
   AC_CHECK_DECLS([strerror, strstr])
 
This page took 0.025709 seconds and 4 git commands to generate.