* exec.c (print_section_info): Print entry point for exec_bfd only.
authorPeter Schauer <Peter.Schauer@mytum.de>
Thu, 24 Feb 1994 12:40:39 +0000 (12:40 +0000)
committerPeter Schauer <Peter.Schauer@mytum.de>
Thu, 24 Feb 1994 12:40:39 +0000 (12:40 +0000)
* ser-unix.c (wait_for):  Fix typo in HAVE_TERMIO case.

gdb/ChangeLog
gdb/ser-unix.c

index 5ed86ecc8a2d4c9095680774554a1c5b4cc33052..aff841c2728319981cd6160c1a94c7acd38a10c7 100644 (file)
@@ -1,3 +1,8 @@
+Thu Feb 24 04:29:19 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * exec.c (print_section_info):  Print entry point for exec_bfd only.
+       * ser-unix.c (wait_for):  Fix typo in HAVE_TERMIO case.
+
 Wed Feb 23 16:28:55 1994  Jeffrey A. Law  (law@cygnus.com)
 
        * tm-hppa.h (CALL_DUMMY): Add two NOP instructions to the end of
index 6c09b31868b0ccead4e3a7b5ae3ae056977b6356..d2221f80e087ffde853cc42471f2e12fded35a00 100644 (file)
@@ -1,5 +1,5 @@
 /* Serial interface for local (hardwired) serial ports on Un*x like systems
-   Copyright 1992, 1993 Free Software Foundation, Inc.
+   Copyright 1992, 1993, 1994 Free Software Foundation, Inc.
 
 This file is part of GDB.
 
@@ -482,7 +482,7 @@ wait_for(scb, timeout)
               25.  */
 
            scb->current_timeout = 12;
-           state.termios.c_cc[VTIME] = scb->current_timeout * 10;
+           state.termio.c_cc[VTIME] = scb->current_timeout * 10;
            scb->timeout_remaining = timeout - scb->current_timeout;
          }
       }
This page took 0.026877 seconds and 4 git commands to generate.