* exec.c (print_section_info): Print entry point for exec_bfd only.
* ser-unix.c (wait_for): Fix typo in HAVE_TERMIO case.
This commit is contained in:
parent
a69b39f0c5
commit
5c07a10bb4
2 changed files with 7 additions and 2 deletions
|
@ -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)
|
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
|
* tm-hppa.h (CALL_DUMMY): Add two NOP instructions to the end of
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Serial interface for local (hardwired) serial ports on Un*x like systems
|
/* 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.
|
This file is part of GDB.
|
||||||
|
|
||||||
|
@ -482,7 +482,7 @@ wait_for(scb, timeout)
|
||||||
25. */
|
25. */
|
||||||
|
|
||||||
scb->current_timeout = 12;
|
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;
|
scb->timeout_remaining = timeout - scb->current_timeout;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue