gdb: Don't skip prologue for explicit line breakpoints in assembler
[deliverable/binutils-gdb.git] / gdb / common / common.m4
index e21e6e54b902cbea07a88d6b7cca90774d4b2357..5701dd982939e355fe47cb91dda4377a2ec57afb 100644 (file)
@@ -1,5 +1,5 @@
 dnl Autoconf configure snippets for common.
-dnl Copyright (C) 1995-2017 Free Software Foundation, Inc.
+dnl Copyright (C) 1995-2019 Free Software Foundation, Inc.
 dnl
 dnl This file is part of GDB.
 dnl 
@@ -26,9 +26,10 @@ 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 sigaction])
 
This page took 0.024712 seconds and 4 git commands to generate.