Add PowerPC64 ld --tls-get-addr-optimize.
[deliverable/binutils-gdb.git] / gdb / terminal.h
index 0038b25c45ad24a2bb733e054eb752e2160021ca..17acde2634b0d79b44f6dc655d33e5e7a62b2c10 100644 (file)
@@ -1,6 +1,5 @@
 /* Terminal interface definitions for GDB, the GNU Debugger.
-   Copyright (C) 1986, 1989-1993, 1995-1996, 1999-2000, 2006-2012 Free
-   Software Foundation, Inc.
+   Copyright (C) 1986-2015 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -102,6 +101,10 @@ extern void initialize_stdin_serial (void);
 
 extern int gdb_has_a_terminal (void);
 
+extern void gdb_save_tty_state (void);
+
+extern void set_initial_gdb_ttystate (void);
+
 /* Set the process group of the caller to its own pid, or do nothing
    if we lack job control.  */
 extern int gdb_setpgid (void);
This page took 0.024811 seconds and 4 git commands to generate.