Create gdb_termios.h (and cleanup gdb/{,gdbserver/}terminal.h)
[external/binutils.git] / gdb / ChangeLog
index cf3e144..f5f76f8 100644 (file)
@@ -1,3 +1,14 @@
+2017-04-12  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * Makefile.in (HFILES_NO_SRCDIR): Add "common/gdb_termios.h".
+       * common/common.m4: Check headers 'termios.h', 'termio.h' and
+       'sgtty.h'.
+       * common/gdb_termios.h: New file, with parts of "terminal.h".
+       * inflow.c: Include "gdb_termios.h".
+       * ser-unix.c: Include "gdb_termios.h".
+       * terminal.h: Move terminal-related defines to
+       "common/gdb_termios.h".
+
 2017-04-12  Tom Tromey  <tom@tromey.com>
 
        * probe.c (parse_probes): Update.