GNU Binutils with patches for OS216
Revisión | 2989f67a4b22489e121cf5bebaa41cf887180be6 (tree) |
---|---|
Tiempo | 2002-08-19 08:42:03 |
Autor | Daniel Jacobowitz <drow@fals...> |
Commiter | Daniel Jacobowitz |
2002-08-18 Daniel Jacobowitz <drow@mvista.com>
@@ -1,3 +1,8 @@ | ||
1 | +2002-08-18 Daniel Jacobowitz <drow@mvista.com> | |
2 | + | |
3 | + Fix PR gdb/655 | |
4 | + * tui.c: Disable <termio.h> include. | |
5 | + | |
1 | 6 | 2002-03-01 Andrew Cagney <ac131313@redhat.com> |
2 | 7 | |
3 | 8 | * tui-hooks.c: Add FIXME to explain true/false problem. Update |
@@ -48,7 +48,9 @@ | ||
48 | 48 | #endif |
49 | 49 | #include <signal.h> |
50 | 50 | #include <fcntl.h> |
51 | +#if 0 | |
51 | 52 | #include <termio.h> |
53 | +#endif | |
52 | 54 | #include <setjmp.h> |
53 | 55 | #include "defs.h" |
54 | 56 | #include "gdbcmd.h" |